starting subactivity for the second time causes java.lang.OutOfMemoryError
- by Zacherl
Hi there,
I am developing a simple app which does a little bit of image-processing. It's divided in two activities; the main one with some display elements and the second one which is used to capture images off the phone's camera.
To discribe my problem: I start the app, capture an image (by starting a new Intent with the subactivity) and all data…