How to get the Captured Image's Creation Dates in Android -
iam developing 1 android application, in iam using camera functionality. there way captured images's creation dates in android?
thanks help.
through exif interface, if camera write it. take here
exifinterface exif = new exifinterface(pathtotheimage); string datetime = exif.getattribute(exifinterface.tag_datetime);
Comments
Post a Comment