Select Multiple Images Using GalleryView
- by hwrdprkns
Hi guys,
I was just wondering if Android had built in code so that I could select multiple images in a gallery-view and then have those images exported as filenames in a string array(ex /sdcard/~f1.jpg, /sdcard/~f2.jpg,...).
I have the gallery code here, but I'm not sure what modifications need to be made. Any help is appreciated. Thanks!
//…