APhotoManager
APhotoManager copied to clipboard
Create an app that combines "create a photo" and calls "edit metadata" after to allow adding tags/descritpion
Inspired by https://www.reddit.com/r/androidapps/comments/97qjb6/looking_for_a_simple_cataloging_app_photo/
Implemented as a seperate app this could be a good project for beginners of android programming
Impelmentation:
- call intent api to take a photo
- call intent api of "a photo manager" to call the metadata editor for this new photo
- done.
If rename/move photo and/or autoprocessing is needed i can assist in providing the necessary intent-api. however
I (k3b) currently have no time/desire to implement this and i prefer to have this functionality in a seperate app and do not include it directly into A Photo Manager
Further reading:
OpenCamera already support these actions:
- android.media.action.IMAGE_CAPTURE =
android.provider.MediaStore.ACTION_IMAGE_CAPTURE - android.media.action.STILL_IMAGE_CAMERA_SECURE
- android.media.action.STILL_IMAGE_CAMERA
Alternative:
- Create a open-camera capture plugin similar to OpenCamera plugins/capture/standard/CapturePlugin.java that calls the exif editor