I'm working on a new phonegap APP on Android.
I would like to know how to retrieve a list of pictures according to the date they were taken and display them to the user without using the camera roll.
Something like :
- get a list of pictures taken today
- display those pictures with a Yes/No selector
- send all the pictures selected by email
I've been testing the cordova-plugin-camera plugin and I've seen that it only allows me to select one picture at a time.
Any idea on how to do that ?
Thank you.