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

php - Calling a template part from a post -

Firefox SVG shape not printing when it has stroke -

How to mention the localhost in android -