Hi, In my own app, I have bunches of png files: file1.png, file2.png, file3.png. I want to use Gallery to display image in my own directory only. When a user clicks onto the image, it will give back the filename (ex: file1.png).
How do you use Intent to filter only image on my app only and register a callback to get back path or file name? Or It's better way to implement a Custom gallery View for my app? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

