Skip to content

Commit

Permalink
Update android-quiz.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adminazhar authored Feb 6, 2021
1 parent e374244 commit bea8a62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/android-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@
- [ ] The test runner facilitates parallelization of test classes by providing for each test class.
- [ ] The test runner facilitates interacting with visible elements on a device, regardless of the activity or fragment that has focus.

#### Q16. WWhat allows you to properly restore a user's state when an activity is restarted?
- [ ] the onSaveInstance()method
#### Q16. What allows you to properly restore a user's state when an activity is restarted?
- [x] the onSaveInstance()method
- [ ] all of these answers
- [ ] persistent storage
- [ ] ViewModel objects
Expand Down

0 comments on commit bea8a62

Please sign in to comment.