Everyone knows how the contact manager looks like. In the upper corner you have this image view where you can click on. This enables you to choose an image from your gallery.
What I am looking for is how I can implement this feature in my app. I already have set up an image button where you can click on. This brings you to the gallery.
The next thing would be to set up the onActivityResult method, maybe a database to store the image and a way to retrieve the image back so that it can be displayed in the image button.
Please, I really want to know how to built this but don't know how to start. Can someone post some sample code of the mentioned steps? You would be my hero!