Imger is an Android app to manage images using their metadata.
- View the exif metadata of jpeg images on their phone
- Add tags to an image and download the image with the tags embedded in the metadata
- Sort images on file size and date
- Search images based on exif metadata and user-defined tags
Prerequisites:
- Android Studio
- Android emulator or phone (API level 28) with access to internet
On your emulator or phone (API level 28), create a folder "ImgerDummy" in the DCIM folder, and add a few images to it. Import the project to Android Studio and run it. Note: permission to access phone storage will be required.
- Permission to access phone storage requested
- Gallery view of all images
- Filter button allows sorting/searching images
- Clicking on image allows viewing metadata and adding tags
Viewing image metadata and adding tags to the image:

- Apache Commons Imaging
- Glide

