Is it possible to use ACTION_IMAGE_CAPTURE
and customize some parts of the code? If yes, how?
I would like to add some Toast
in the code. I know that there is the method onActivityResult
to add some actions at the moment of the end of the activity.
But I would like to add some actions (ig. Toast
) in other moments: for example when the user taps the screen to take the picture but before saving the picture.