🧪 Android MCQ Quiz Hub

Android Mcq Question

Choose a topic to test your knowledge and improve your Android skills

1. Android is -




2. Under which of the following Android is licensed?




3. For which of the following Android is mainly developed?




4. Which of the following is the first mobile phone released that ran the Android OS?




5. Which of the following virtual machine is used by the Android operating system?




6. Android is based on which of the following language?




7. APK stands for -




8. What does API stand for?




9. Which of the following converts Java byte code into Dalvik byte code?




10. How can we stop the services in android?




11. What is an activity in android?




12. How can we kill an activity in android?




13. ADB stands for -




14. On which of the following, developers can test the application, during developing the android applications?




15. Which of the following kernel is used in Android?




16. Which of the following is the first callback method that is invoked by the system during an activity life-cycle?




17. Which of the following is not an activity lifecycle callback method?




18. We require an AVD to create an emulator. What does AVD stand for?




19. What is the use of content provider in Android?




20. AAPT stands for -




21. NDK stands for -




22. Which of the following is contained in the src folder?




23. �Which of the following method is used to handle what happens after clicking a button?




24. Which of the following android component displays the part of an activity on screen?




25. Which of the following is the parent class of Activity?




26. Which of the following is the parent class of service?




27. OHA in android stands for -




28. In which of the following tab an error is shown?




29. In which year OHA (Open Handset Alliance) is announced?




30. Which of the following is the name of the Android version 1.5?




31. Which of the following is the name of the Android version 1.6?




32. �Which of the following is the topmost layer of android architecture?




33. �Which of the layer is below the topmost layer of android architecture?




34. Which of the layer is the lowest layer of android architecture?




35. What is contained in manifest.xml?




36. Which of the following is not a state in the service lifecycle?




37. As an android programmer, which version of Android should we use as a minimum development target?




38. Which of the following is not a nickname of any android version?




39. Which of the following is a dialog class in android?




40. In which state the activity is, if it is not in focus, but still visible on the screen?




41. Which of the following is the built-in database of Android?




42. Which of the following android version is named Jelly Bean?




43. Which of the following features are updated in Android 4.1(Jelly Bean)?




44. Which of the following is the API level of Android version 5.0?




45. Which of the following android library provides access to the database?




46. In Android studio, which of the following callback is called when an activity starts interacting with the user?




47. The send Sticky broadcast(intent) method in android is used to show that the intent is -




48. Which of the following class in android displays information for a short period of time and disappears after some time?