posted 6 years ago
I am trying to take/pick four pictures in a row and add them each to an ArrayList in order to be able to show one at a time in an ImageView. Once I take the very last picture however, I get the following exception:
The last line of my OnActivityResult is where the error occurs:
and my takePhotoIntent is:
Can anybody please help me understand why my array becomes null as soon as I take my fourth picture?