Skip to content

Commit

Permalink
Update android-quiz.md
Browse files Browse the repository at this point in the history
 Corrected Q36
  • Loading branch information
monkrus authored Apr 19, 2021
1 parent 0c0050b commit 4726fdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/android-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ buildTypes {
#### Q36. You have built code to make a network call and tested that it works in your development environment. However, when you publish it to the Play console, the networking call fails to work. What will _not_ help you troubleshoot this issue?
- [ ] checking whether `ProGuard` -keepclassmembers have been added to the network data transfer objects (DTOs) in question
- [x] using the profiler tools in Android Studio to detect anomalies in CPU, memory, and network usage
- [ ] checking for exceptions in the sever logs or server console
- [ ] checking for exceptions in the server logs or server console
- [ ] checking that the network data transfer object has `@SerizlizedName` applied to its member properties

#### Q37. Which code snippet would achieve the layout displayed below?
Expand Down

0 comments on commit 4726fdb

Please sign in to comment.