Android
How to create a high score list with SQLite in Android
In a previous article, I described how to save a simple high score in Android using SharedPreferences. The advantage of this method was that it was very simple and quick to implement. The downside was that it could only handle lists with a small number of scores without issues. In Read more