💩 Start on persistence

main
Alexis Drai 3 years ago
parent 0ab3598f5f
commit c72e869cf0

@ -64,6 +64,7 @@ class QuizActivity : AppCompatActivity() {
override fun onSaveInstanceState(outState: Bundle) {
// Save the user's current game state
Log.println(Log.INFO, TAG, "SAVING?...")
outState.run {
// putInt(myVar, savedVar)
}

Loading…
Cancel
Save