Android Development MCQs with answers Page - 14

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

S

Shyam Dubey • 3.70K Points
Extraordinary

Q. Which layout is most suitable for a simple vertical list of items?

  • (A) LinearLayout
  • (B) RelativeLayout
  • (C) ConstraintLayout
  • (D) FrameLayout

S

Shyam Dubey • 3.70K Points
Extraordinary

Q. Which method stops a running Service?

  • (A) finishService()
  • (B) stop()
  • (C) stopService()
  • (D) terminateService()

S

Shyam Dubey • 3.70K Points
Extraordinary

Q. What is the use of Glide in Android?

  • (A) To store files
  • (B) To manage memory
  • (C) To load and cache images
  • (D) To create animations

S

Shyam Dubey • 3.70K Points
Extraordinary

Q. Which Android system file defines the package name?

  • (A) build.gradle
  • (B) MainActivity.java
  • (C) strings.xml
  • (D) AndroidManifest.xml

S

Shyam Dubey • 3.70K Points
Extraordinary

Q. What does the .apk file stand for?

  • (A) Android Package Kit
  • (B) Application Kernel
  • (C) Android Programming Kit
  • (D) Android Permission Kit

S

Shyam Dubey • 3.70K Points
Extraordinary

Q. Which method is used to create a Fragment’s UI?

  • (A) onStart()
  • (B) onCreateView()
  • (C) onResume()
  • (D) onCreateFragment()

S

Shyam Dubey • 3.70K Points
Extraordinary

Q. Which intent is used to make a phone call?

  • (A) Intent.ACTION_CALL
  • (B) Intent.MAKE_CALL
  • (C) Intent.CALL_ACTION
  • (D) Intent.START_CALL

S

Shyam Dubey • 3.70K Points
Extraordinary

Q. Which layout positions children relative to each other?

  • (A) LinearLayout
  • (B) RelativeLayout
  • (C) FrameLayout
  • (D) ConstraintLayout

S

Shyam Dubey • 3.70K Points
Extraordinary

Q. Which Android Studio tool helps you visually debug your layout?

  • (A) Layout Viewer
  • (B) View Tree Debugger
  • (C) Layout Inspector
  • (D) View Profiler

J

Jatin Pandit • 395 Points
Valuable

Q. Which component allows communication between different Android components?

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

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