Skip to content

Commit

Permalink
Update Q54 in android-quiz.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SNNafi committed Oct 17, 2021
1 parent 27f95ff commit e454bb9
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 @@ -865,8 +865,8 @@ xml

#### Q54. what is not a benefit of externalizing app resources such as image and string from a code?

- [x] It allows Android to choose the appropriate resource based on the current configuration during runtime.
- [ ] It allows you to have more performant applications because the code and resources are separated.
- [ ] It allows Android to choose the appropriate resource based on the current configuration during runtime.
- [x] It allows you to have more performant applications because the code and resources are separated.
- [ ] It allows you to provide a different Ul experience based on the user's language settings.
- [ ] It allows you to provide a different Ul experience based on the user's device size.

Expand Down

0 comments on commit e454bb9

Please sign in to comment.