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

PHPMotion implementation - URL based videos (Hosted on separate location) -

javascript - Using Windows Media Player as video fallback for video tag -

c# - Unity IoC Lifetime per HttpRequest for UserStore -