APhotoManager icon indicating copy to clipboard operation
APhotoManager copied to clipboard

Create an app that combines "create a photo" and calls "edit metadata" after to allow adding tags/descritpion

Open k3b opened this issue 7 years ago • 1 comments

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

k3b avatar Aug 16 '18 11:08 k3b

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:

k3b avatar Jul 17 '19 11:07 k3b