NanocTheBuilder / AlienPlayer4X

This is an Android app that helps running the Alien Players in Space Empires 4X board game
GNU General Public License v3.0
3 stars 1 forks source link

Implement onSaveInstanceState #5

Closed NanocTheBuilder closed 6 years ago

NanocTheBuilder commented 6 years ago

Originally reported by Péter Balázs (Bitbucket: thilian, GitHub: Unknown)


And save app state


NanocTheBuilder commented 6 years ago

Original comment by Péter Balázs (Bitbucket: thilian, GitHub: Unknown)


fix #5 - activities pass game data through game.save

NanocTheBuilder commented 6 years ago

Original comment by Péter Balázs (Bitbucket: thilian, GitHub: Unknown)


re #5 - add GameSaver

NanocTheBuilder commented 6 years ago

Original comment by Péter Balázs (Bitbucket: thilian, GitHub: Unknown)


re #5 - add JsonParser

NanocTheBuilder commented 6 years ago

Original comment by Péter Balázs (Bitbucket: thilian, GitHub: Unknown)


Also, don't store game in the Application. Store it on disk, or add to the intent (if you can) of every activity.