Im in the process of learning some app building for android.
I wanna create an example of a high score system before trying to use it in a game.
Lets say that I have a timer running seconds and a stop button. If I press the stop button, the timer stops, and the number it has come to is saved (locally) to a highscore list. A top 5 for example.
How would I go about saving this highscore?
I've read a bit about SQLite and Shared preference, but I don't know what to use. Maybe there are even more options? I'm not looking for any online highscore list.
If you know of some good guides / tutorials, please link them to me.
- Thanks.