za419 / RPG

A poorly named text adventure game, one which I've been developing for quite some time.
MIT License
0 stars 0 forks source link

Switch storage #9

Open za419 opened 8 years ago

za419 commented 8 years ago

Currently, game files are saved using SharedPreferences. While this has a terrific record of being used in RPG, this really isn't the intended use of SharedPreferences. A far more flexible system could be implemented with, for example, SQLite (stored game configs, of course, may remain in SharedPreferences). This would be far better for use as storage for a game's saves.

za419 commented 8 years ago

Development branch: 0.6.0b-features, or maybe a new one for 0.7.0b?