Skip to content

Commit

Permalink
New Question (#2144)
Browse files Browse the repository at this point in the history
* New Question

* Update android-quiz.md

Co-authored-by: Zhenja <evg.bazhanov@yahoo.com>
  • Loading branch information
omarbelkady and Ebazhanov authored Sep 2, 2021
1 parent 5ebe04f commit 086c06d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions android/android-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -890,3 +890,10 @@ override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(savedInstanc
- [x] to make sure that the activity creates a new fragment each time it is restored from a previous state
- [ ] to prevent the display of two fragments side by side in cases where the activity is restored from a previous state
- [ ] to prevent the creation of overlapping fragments in cases where the activity is restored from a previous state

#### Q56. Which component is not an entry point through which the system or a user can enter your app?

- [ ] activity
- [ ] content provider
- [x] fragment
- [ ] service

0 comments on commit 086c06d

Please sign in to comment.