💩 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) { override fun onSaveInstanceState(outState: Bundle) {
// Save the user's current game state // Save the user's current game state
Log.println(Log.INFO, TAG, "SAVING?...")
outState.run { outState.run {
// putInt(myVar, savedVar) // putInt(myVar, savedVar)
} }

Loading…
Cancel
Save