All the examples I've found online for displaying a gallery of images require creating a custom Adapter and doing a ton of manual work. Is there not an Intent that I can simply pass a path or filter to in order to reuse the default image gallery functionality (display thumbnails, touch to view full pic, sharing options, etc) but limit the results to my application's storage directory?
|
|
However, those Gallery applications are open source, and so you are welcome to copy whatever code you like out of them. |
|||||||
|
|
You can use this code to get the gallery started. Code for Video is
code for Image is
And after getting the thing form the gallery , you can do whatever you want from it Do post if you need to ask anything else Thanks |
|||
|
|