Using android sdk is it possible to select only those photos based on the date and time the picture was selected.
Asked
Active
Viewed 50 times
0
-
This is very vague. What did you try? What exactly do you want to do? – Jonas Czech Mar 13 '15 at 14:38
1 Answers
1
You need to do the following
Get the images data from data
In MediaStore.MediaColumns you will get DATE_ADDED column where you can apply your condition for photos within a time frame.
- In DATA column u will get the image path and with this you can display the images
Refer this for getting the images data
- Loading image from sdcard on image view. Refer this