I'm making an app, that is displaying an image in a single activity. Im using an json feed to get the url of the image, an it downloads the image via the lazyloader function, and then displays it in an ImageView What I need to create is that when you tap the imageView, The image gets displayed in the standard android image gallery.
How do i make this happen? I've tried various things with intents but i can't get it to work...
Pleasse help me guys!
Thanks