Write custom data as a Exif data in a JPEG image fileExif data in a JPEG image file using ExifInterface in Android
Would like to write/addwrite/add custom tags/exiftags/exif data in JPEG fileJPEG file like name, age, etc... Right now iI am able to write default values like Geo location data, attributes etc...Geo location data, attributes etc. but can iI write custom data in JPEG image using ExifInterface (Android) (Android)?
Is this possible or any other alternative to maintain these short of information with image?