Exif data is meta-data...  That means it is data that is stored with the
image, but is not displayable.  If you want to put the date and time on the
image, then you will need to modify the actual image...

Try using Google, it is your friend:
http://lmgtfy.com/?q=android+put+date+and+time+on+image

Thanks,
Justin Anderson
MagouyaWare Developer
http://sites.google.com/site/magouyaware


On Mon, Jul 9, 2012 at 3:09 AM, android developer <
android.developer4...@gmail.com> wrote:

>  Hi all,
> I have used this code print date and time on image.
> but not working pls help on this .
> ExifInterface exif = new ExifInterface(filename);
>       exif.setAttribute(ExifInterface.TAG_DATETIME, (new
> Date(System.currentTimeMillis())).toString());
>       exif.saveAttributes();
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to