Home > Android Programming > Quizzes > Android Programming Test
Android Programming Test
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 27% Most missed: “Which of the following can you use to add items to the screen menu?”
Android Programming Test
Time left 00:00
25 Questions

1. Which of the following are UI elements that you can use in a window in an Android application?
2. Which of the following Integrated Development Environments can be used for developing software applications for the Android platform?
3. Which of the following permissons is needed to perform the network operations through internet? a) INTERNET b) ACCESS_NETWORK_STATE
4. What is "Android-Positron"?
5. What is the correct way to fix if checking the status of the GPS_PROVIDER throws SecurityException?
6. Which of the following statements are correct with regards to calling place GoogleAuthUtil.getToken()? A) call getToken() on the UI thread B) call getToken() on AsyncTask
7. Which of the following would you have to include in your project to use the SimpleAdapter class?
8. Select the two function calls that can be used to start a Service from your Android application?
9. Which of the following is the parent class for the main application class in an Android application that has a user interface?
10. Which of the following are valid ways to deploy an Android application to a device?
11. Which of the following statements are correct with regards to signing applications? a) All applications must be signed. b) No certificate authority is needed. c) When releasing application special debug key that is created by the Android SDK build tools can be used.
12. Which of the following are true about enabling/disabling menu items from an Activity class?
13. Which of the following is not a life-cycle methods of an Activity that can be implemented to perform various operations during the lifetime of an Activity?
14. Which of the following are Android build modes?
15. Which of the following is correct to use for data transfer regularly and efficiently - but not instantaneously?
16. What is the advantage of using AsyncTaskLoader instead of AsyncTask?
17. What is the interface Spannable used for?
18. Which of the following is/are appropriate for saving the state of an Android application?
19. What is the maximum supported size for a single expansion file in the Google Play Store?
20. Which of the following are true?
21. Which of the following can be used to navigate between screens of different Android applications?
22. Which of the following are valid features that you can request using requestWindowFeature?
23. Which of the following are classes that can be used to handle the Bluetooth functionality on a device?
24. Which of the following widgets helps to embed images in activities?
25. What is the correct way to restrict app visibility on Google Play to devices that have a camera?