Android Development MCQs with answers Page - 7

Here, you will find a collection of MCQ questions on Android Development. Go through these questions to enhance your preparation for upcoming examinations and interviews.

To check the correct answer, simply click the View Answer button provided for each question.

Have your own questions to contribute? Click the button below to share your MCQs with others!

+ Add Question

R

Ravina • 3.96K Points
Extraordinary

Q. Which file is automatically generated and contains IDs for all resources?

  • (A) MainActivity.java
  • (B) R.java
  • (C) BuildConfig.java
  • (D) AndroidManifest.xml

R

Ravina • 3.96K Points
Extraordinary

Q. Which Android library provides backward-compatible versions of Android components?

  • (A) Glide
  • (B) Retrofit
  • (C) Support Library
  • (D) OkHttp

R

Ravina • 3.96K Points
Extraordinary

Q. What is Context in Android?

  • (A) A UI element
  • (B) A background process
  • (C) A class used to access app-specific resources
  • (D) An XML file

R

Ravina • 3.96K Points
Extraordinary

Q. Which class is used for asynchronous task handling in Android?

  • (A) AsyncJob
  • (B) Service
  • (C) Thread
  • (D) AsyncTask

R

Ravina • 3.96K Points
Extraordinary

Q. What is the recommended language for Android development as of 2020?

  • (A) C++
  • (B) Kotlin
  • (C) JavaScript
  • (D) Ruby

R

Ravina • 3.96K Points
Extraordinary

Q. What does Gradle do in Android development?

  • (A) Compiles XML files
  • (B) Manages app icons
  • (C) Builds and compiles Android applications
  • (D) Handles device drivers

R

Ravina • 3.96K Points
Extraordinary

Q. Which attribute sets the orientation of a LinearLayout?

  • (A) android:layout_align
  • (B) android:gravity
  • (C) android:orientation
  • (D) android:position

R

Ravina • 3.96K Points
Extraordinary

Q. What is the Android Activity lifecycle method called after onCreate()?

  • (A) onStart()
  • (B) onDestroy()
  • (C) onResume()
  • (D) onPause()

R

Ravina • 3.96K Points
Extraordinary

Q. Which class is used to load images efficiently in Android apps?

  • (A) BitmapLoader
  • (B) ImageHandler
  • (C) Glide
  • (D) DrawableManager

R

Ravina • 3.96K Points
Extraordinary

Q. Which Android component allows communication between different apps?

  • (A) Service
  • (B) Intent
  • (C) Activity
  • (D) Layout

Add MCQ in this Category

If you want to share an MCQ question in this category, it's a great idea! It will be helpful for many other students using this website.

Share Your MCQ