Android Quiz


Play this quiz that will help you to excel in Android certification exams, placements etc. This Android quiz consist of 10 questions that you need to solve in 10 minutes. We’ve specially designed this quiz so that you can quickly acquaint to the pattern of questions you can be asked in placement drives, certification exams etc. This test enables you to assess your knowledge of Android.

Take the Free Practice Test



Android MCQs

Practice Android MCQ Questions, which will help you in developing Android Apps and will help you to prepare for android developers job.

Android Quiz

Try Free Android Quiz, to start a quiz you need to login first, after login you will get start quiz button and then by clicking on that you can start quiz. You will get 10 Minutes to answer all questions.

Android Quiz

1. A __________ is a piece of an activity which enable more modular activity design.

Fragment
sub-activity
Intents
Filters

2. Which callback is called when the activity is no longer visible?

onRestart()
onDestroy()
onStop()
onPause()

3. android.webkit libraries is?

Used to render and manipulate text on a device display.
The fundamental building blocks of application user interfaces.
A set of classes intended to allow web-browsing capabilities to be built into applications.
A Java interface to the OpenGL ES 3D graphics rendering API.

4. Which method is used to initiate a service or deliver new instructions to an ongoing service?

Context.startActivity()
Context.startService()
Context.sendBroadcast()
None of the above

5. View always start with?

[
<
{
(

6. Android 1.0, was released in?

39692
39326
39661
39295

7. Version code of Android 6.0 is?

LOLLIPOP_MR1
Oreo
MARSHMALLOW
Nugget

8. View class extends Object class and implements?

Drawable.Callback
KeyEvent.Callback
AccessibilityEventSource
All of the above

9. To embed a web browser in your activity which view you will use?

RichTextView
Browser
WebView
None of the above

10. The Log.d() method has been used to generate log messages

TRUE
FALSE
Can be true or false
Can not say

Results