kokoichi206 / rhythm_game

Android rhythm game
0 stars 0 forks source link

Save the play data on the device #21

Closed kokoichi206 closed 3 years ago

kokoichi206 commented 3 years ago

Describe the solution you'd like use SQLiteOpenHelper

kokoichi206 commented 3 years ago

Use SQLiteOpenHelper instead of Preferences which is better for handling key-value data.

That's because the music play data will be more than 1 value, like combo, score and how many times you played and so on.

kokoichi206 commented 3 years ago

google document of SQLite