Android Quizz Dive into our tech quiz zone and put your technical skills to the test! Our quizzes cover a wide array of technical topics, perfect for sharpening your knowledge and challenging your understanding. Compete with others, see your rankings, and boost your technical proficiency. Start quizzing today! 1 / 50 1. What does APK stand for? Android Phone Kit Android Package Kit Android Page Kit Android Personal Kit 2 / 50 2. Which method is used to inflate a layout in a Fragment? onStart() onCreateView() onCreate() onResume() 3 / 50 3. What is a Fragment in Android? A type of broadcast A background service A data storage option A portion of the user interface 4 / 50 4. Which layout is used to overlap components in Android? RelativeLayout FrameLayout LinearLayout TableLayout 5 / 50 5. Which method is used to stop a thread in Android? interrupt() stopThread() endThread() finishThread() 6 / 50 6. Which method is used to save data in a SharedPreferences file? save() put() apply() store() 7 / 50 7. What is the latest version of Android as of 2024? Android 12 Android 11 Android 10 Android 13 8 / 50 8. Which component is used to show a web page in Android? ListView TextView ImageView WebView 9 / 50 9. Which method is called to stop a Service? stopService() stopActivity() stopBroadcast() stopContent() 10 / 50 10. Which class is used to create a notification in Android? NotificationService Notification NotificationBuilder NotificationManager 11 / 50 11. What is Android? A web browser A mobile operating system A desktop application A type of hardware 12 / 50 12. What is a Service in Android? A user interface component A component that runs in the background None of the above A type of layout 13 / 50 13. What is the use of the ConstraintLayout in Android? To create complex layouts with a flat view hierarchy To manage application resources To overlap components To display a list of items 14 / 50 14. Which company developed Android? Microsoft Apple Amazon Google 15 / 50 15. Which file is used to define the project dependencies in Android? MainActivity.java AndroidManifest.xml activity_main.xml build.gradle 16 / 50 16. Which method is used to create a new thread in Android? createThread() new Thread() startThread() launchThread() 17 / 50 17. What is an Activity in Android? A background service A type of broadcast A component that represents a single screen A data storage option 18 / 50 18. What is the use of the ViewModel class in Android? To manage UI-related data in a lifecycle conscious way To display a list of items To create custom views To handle user interactions 19 / 50 19. Which language is primarily used for Android development? Ruby Python Java Swift 20 / 50 20. Which file contains the application’s essential information, such as the package name and components? build.gradle activity_main.xml AndroidManifest.xml MainActivity.java 21 / 50 21. Which method is called when an Activity is started for the first time? onRestart() onResume() onCreate() onStart() 22 / 50 22. Which method is used to start an AsyncTask in Android? run() execute() start() begin() 23 / 50 23. What is the use of the WorkManager class in Android? To display a list of items To schedule deferrable, guaranteed background work To create custom views To handle user interactions 24 / 50 24. Which method is used to register a broadcast receiver in Android? registerService() registerBroadcast() registerContent() registerReceiver() 25 / 50 25. Which layout is used to align components based on their relative positions? FrameLayout LinearLayout RelativeLayout TableLayout 26 / 50 26. Which component is used to show a floating message in Android? Toast Dialog Snackbar AlertDialog 27 / 50 27. Which layout is used to create a grid of components in Android? GridLayout RelativeLayout FrameLayout LinearLayout 28 / 50 28. Which component is used to handle touch events in Android? Activity Content Provider View Service 29 / 50 29. Which method is called when an Activity is no longer visible to the user? onStop() onDestroy() onCreate() onPause() 30 / 50 30. What is the use of the Android Emulator? To create Android applications To run Android applications on a computer To manage application resources To design user interfaces 31 / 50 31. Which component is used to show a list of items in Android? TextView EditText ImageView ListView 32 / 50 32. Which method is called when an Activity is visible to the user? onStop() onStart() onCreate() onResume() 33 / 50 33. Which component is used to capture user input in Android? ImageView EditText Button TextView 34 / 50 34. Which file is used to define the user interface in Android? .xml .java .txt .html 35 / 50 35. Which method is used to perform a network operation in Android? onPreExecute() doInUIThread() doInBackground() onPostExecute() 36 / 50 36. Which method is used to retrieve data from a SharedPreferences file? getData() getSharedPreferences() getPreferences() getPreferencesData() 37 / 50 37. What is the use of the RecyclerView component in Android? To create custom views To handle touch events To manage application resources To display a large dataset in a scrollable list 38 / 50 38. What is the use of a Content Provider in Android? To handle user interactions To perform background tasks To display a list of items To manage access to a structured set of data 39 / 50 39. Which component is used to display a progress bar in Android? ProgressBar StatusBar SeekBar RatingBar 40 / 50 40. Which class is used to load images from the internet in Android? All of the above Glide Picasso Fresco 41 / 50 41. Which class is used to create a database in Android? SQLiteOpenHelper SQLManager DatabaseHelper DBManager 42 / 50 42. Which layout is used to arrange components in a linear manner? LinearLayout FrameLayout TableLayout RelativeLayout 43 / 50 43. What is the use of the ViewPager component in Android? To display a swipeable view To handle touch events To manage application resources To create custom views 44 / 50 44. Which method is used to launch a new activity in Android? startActivity() startBroadcast() startService() startContent() 45 / 50 45. Which component is used to handle background tasks in Android? Activity BroadcastReceiver Service Fragment 46 / 50 46. Which class is used to display a dialog window in Android? All of the above AlertDialog Dialog ProgressDialog 47 / 50 47. Which component is used to display a spinner in Android? DropDownList ListView Spinner GridView 48 / 50 48. What is the use of the Handler class in Android? To display a list of items To create custom views To schedule messages and runnables to be executed at some point in the future To handle user interactions 49 / 50 49. Which method is used to add a menu item in Android? onCreateContextMenu() onCreateItem() onCreateOptionsMenu() onCreateMenu() 50 / 50 50. What is the use of an Intent in Android? To send a broadcast To start a service To start an activity All of the above Your score is 0%