I have created menu bar in second activity and there are multiple option items for different activities.
There are two options if i click on one option then it has to display images with contact details (like Name, Mobile no, Area) and also need to give an option to upload new images with contact details (like Name, Mobile no, Area). The same should be available for second option as well.
If i click on gallery then it has to display images and also it has to display camera option to upload new images. If i didn't like the image then i need an option to delete the image and click new image and then image has to upload in gallery with contact details(like Name, Mobile no, Area). And also i can upload images from my phone.
If i click on settings option it has to display all settings options for me.
If i click on logout option then logout should be successful and page must be redirect to Main Activity.
Please help me.