I have a imageview
and a camera button in Activity A. By clicking on the camera
button will go to my custom camera activity
. After taking a picture and storing it into a folder, how can I reflect this newly picture taken in the imageview
after finishing the camera activity? Any help will be appreciated ?
A(main) > B(camera activity) > A(main) Imageview
is updated with new picture taken.
Thanks.