Question

I am building a custom gallery in my app by populating it from Android gallery through intent. This is working fine but now I want to filter images.

For example I do not want all the images from the Android gallery but only images that were taken on a specific date. Can I set some filter or pack some extra parameters with my intent to Andriod gallery so that a subset of images that are required are returned?

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top