I have an Android app that I have been working on and I have been using the built in Crop Image Intent (using the Gallery) to crop pictures. I need to allow the user to crop an image as a square (1:1) and then I will later manipulate the image. Here's my problem: For some reason complete out of my understanding the app Force Closes and returns with a NullPointerException... Sometimes. This happens when trying to retrieve the URI from the newly created (cropped) image. It happens at such random times that it's starting to make me wonder if its just a OME manifesting itself in a weird way. Anyway I'm totally lost and have have already asked this question with no real answer (other than what a NullPointerException is), which didn't help. I posted my question here: Link to previously asked question
If you could answer with any advice that would be awesome, otherwise I'm giving up on the standard Gallery Crop and going to write my own crop method. I'm fairly new to programming so if you guys could suggest any examples or code snippets of a "custom crop activity" that would be awesome.
PS. I'm looking for a method similar to Instagrams crop method. Do you think this is something a somewhat newbie like me could do? or would that take lots of expertise?
