apotapov / tafl

Android implementation of a Tafl game
Apache License 2.0
2 stars 0 forks source link

Implement database upgrade system #23

Closed apotapov closed 10 years ago

apotapov commented 10 years ago

Need a way to perform database upgrades.

apotapov commented 10 years ago

Going with preferences to save state instead of database. It's more practical for small amounts of data with less overhead.