In my app,I have to add profile picture from
1.Camera
or
2.Photo library.
This part is done.Now I want to save the image locally and retrieve the image whenever the profile view is loaded.How can I do this?
I went through the accepted answer for this question.But I had doubts regarding the image name and all.Kindly let me know the correct method for doing this.Thank you in advance.