I have custom Listview. Inside it has one Button and ImageView.
on Button click Camera will open.(Camera Intent fired).
I want that captured Image (you also call as Bitmap) onto ImageView which is also a ListItem.
that means when i capture image and press Done button of camera then my imageview have to set that image.
How can i do this?
1 Answer