Results 6 comments of James Dearing
trafficstars

It is if you use a white picture as background :stuck_out_tongue:

Some relevant info: https://developer.android.com/design/patterns/fullscreen.html

I figured out how to do it! :grinning:

How I think we can handle this: - Every time a change is made, make a copy of the image - When the user wants to undo, revert to the...

So am I. Right now I'm just brainstorming.

Looking through the Android API documentation, I found these two methods which might be helpful in preventing crashes: - [onLowMemory()](https://developer.android.com/reference/android/app/Activity.html#onLowMemory()) - [onTrimMemory()](https://developer.android.com/reference/android/content/ComponentCallbacks2.html#onTrimMemory(int))