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

Popular posts from this blog

javascript - JS causing window size to be bigger than necessary - Dropdown bug -

How to mention the localhost in android -

php - Calling a template part from a post -