posted 6 years ago
For some reason outputFileUri returns null in my onActivityResult:
I don't understand why. Please take a look at my code and see where I go wrong. I let the user take 4 images by choosing from gallery or using the camera. The ones that the user takes with the camera won't show presumably because their uri is null. outputFileUri is a class variable!
`takePictureIntent()`:
`onActivityResult()`:
My createImageFile():