I want to make a app quite similar to contacts app. In the first activity, I want to show my contact list and I have done this. First Activity consists of add new button in which on the click of that button, I want that user enter first and last name and upload an image for the same. I don't know how to navigate between activities so that i get the required answer. Can anyone please help me..?? See the first Activity at: http://postimg.org/image/996iwj5dp/9c92bd46/ and Second Activity at: http://postimg.org/image/wuscpv1tx/fe6f13c4/
on Second activity there is also a button which will make user able to choose a picture from Gallery and thats acts as 3rd Activity. I get confused in getting data from these activities.