android image exif reader 3rd party api

The metadata extraction library by Drew Noakes works well for extracting EXIF tags on earlier Android platform versions, with a slight modification. I am using it on Android 1.6 to extract tags from JPEG images. NOTE: Newer versions of metadata-extractor work directly on Android without modification. You will need to download and build the source … Read more