Testing for Auto Save and Load Game
- by David Dimalanta
I'm trying to make a simple app that will test the save and load state. Is it a good idea to make an app that has an auto save and load game every time the newbies open the first app then continues it on the other day? I'm trying to make a simple app with a simple moving block sprite, starting at the center coordinate. Once I moved the sprite to the top by touch n' drag, I touch the back key to close the app. I expected that once I re-open the app and the block sprite is still at the top. But instead, it goes back to the center instead. Where can I find more ways to use the preferences or manipulating by telling the dispose method to dispose only specific wastes but not the important records (fastest time, last time where the sprite is located via coordinates, etc.). Is there really an easy way or it has no shortcuts but most effective way? I need help to expand more ideas. Thank you.
Here are the following links that I'm trying to figure it out how to use them:
http://www.youtube.com/watch?v=gER5GGQYzGc
http://www.badlogicgames.com/wordpress/?p=1585
http://www.youtube.com/watch?v=t0PtLexfBCA&feature=relmfu
Take note that these links above are codes. But I'm not looking answers for code but to look how to start or figure it out how to use them. Tell me if I'm wrong.