Skip to content

Commit

Permalink
Update android-quiz.md (#2802)
Browse files Browse the repository at this point in the history
  • Loading branch information
ItSNeverLate authored Dec 12, 2021
1 parent 3cdc052 commit 2f9d2ae
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 @@ -656,8 +656,8 @@ xml

- [ ] Use a common Gradle module shared by different Android projects.
- [ ] Prefer to build custom views or fragments over activities.
- [ ] Prefer to build activities instead of fragments.
- [x] Break down UI layouts into common elements and use `<include/>` to include them in other layout XML files.
- [x] Prefer to build activities instead of fragments.
- [ ] Break down UI layouts into common elements and use `<include/>` to include them in other layout XML files.

#### Q42. Which layout is best for large, complex hierarchies?

Expand Down

0 comments on commit 2f9d2ae

Please sign in to comment.