shadowhawk2020
Well-known member
- May 20, 2010
- 106
- 11
- 0
If her Sudoku app "loses" her current game every time it closes, then it's not written properly. The Android framework has specific events and handlers designed to inform an app not only when it's going to "sleep", but also when it's about to be unloaded from memory. They even provide some simple objects for saving game state to disk so that it can be reloaded when the app re-opens. The problem you describe could happen on any phone, if there's enough things being done at once.
I play Sudoku as well, and the app I use will keep my active game across device reboots. It's called "Sudoku Free" from Genina. I would recommend she check out that one.
Have you read this thread? It is exactly what is happening to people. They are in the middle of games/email/web browsing, switch over to another thing as simple as texting, and when they switch back they have to start all over. There is a MASSIVE thread on XDA forum about this.