imageview - How and where to save image after user selects an image in app: Android -


i have tab let user select image gallery or taking new photo. once uri, display image in respective tab.

but, want make sure image still there when user comes app. 1 option save uri , when app loaded again, display image based on uri, done when user selected photo. issue approach have uri in app image. if user deletes photo gallery have nothing show.

so there way store image in app?

thanks.

you can use 1 of storing ways android provides:

http://developer.android.com/guide/topics/data/data-storage.html

saving in external storage or sd card 1 of best options.


Comments

Popular posts from this blog

c# - Unity IoC Lifetime per HttpRequest for UserStore -

Change the color of an oval at click in Java AWT -

I am trying to solve the error message 'incompatible ranks 0 and 1 in assignment' in a fortran 95 program. -