Android development - saving state
October 17, 2014 [Android, Java, Programming, Tech, Test Driven, Videos]Series: Setup, Menu, Drawing, non-Android, Working, Saving state.
Android apps like Rabbit Escape need to save their state when asked, and restore themselves later. This happens when you rotate the screen, and could happen at various other times. Here's how I handled that in Rabbit Escape: