Do I need to implement the pause(), resume(), unloadTextures() and reloadTextures() to properly handle my app going into the background on Android or is this all handled by OF?
What I’m currently seeing is that I return to a black screen when the app comes back from the background state.
Actually… I went ahead and disabled everything. I’m just clearing the background to red. When the app goes into the background and comes back, the clear color is no longer visible…
Any idea what might be going on?
EDIT:
I placed a log line in my draw() and it’s not being called after the application resumes. What could be causing this? I’ll dig through the ofxAndroid code in a bit to see what’s going on.