Android Development Quiz

Android Development Quiz

University

20 Qs

quiz-placeholder

Similar activities

Technical Trivia 2

Technical Trivia 2

10th Grade - Professional Development

15 Qs

Android

Android

University

20 Qs

Android

Android

5th Grade - Professional Development

24 Qs

Quiz App Móviles para Android

Quiz App Móviles para Android

University

15 Qs

Mobile Application Development Quiz1

Mobile Application Development Quiz1

University

15 Qs

Revisão AV1 - Dispositivos móveis

Revisão AV1 - Dispositivos móveis

University

24 Qs

Quiz sobre Kotlin

Quiz sobre Kotlin

12th Grade - University

20 Qs

MOBILE DEVICE CONFIGURATION

MOBILE DEVICE CONFIGURATION

University

16 Qs

Android Development Quiz

Android Development Quiz

Assessment

Quiz

Computers

University

Medium

Created by

ahmed sabbah

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the name of the class used by Intent to store additional information?

Parcelable

DataStore

Extra

Bundle

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What Activity method you use to retrieve a reference to an Android view by using the id attribute of a resource XML?

findViewByReference(int id)

retrieveResourceById(int id)

findViewById(int id)

findViewById(String id)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

During an Activity life-cycle, what is the first callback method invoked by the system?

onCreate()

onStart()

onStop()

onRestore()

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What does the following line of code achieve?

Intent intent = new Intent(FirstActivity.this, SecondActivity.class );

Starts an activity

Creates an implicit Intent.

Creates a hidden Intent.

Create an explicit Intent.

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the parent class of all Activity widgets?

Layout

ViewGroup

View

Widget

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You can create a custom view by extending class Activity.

True

False

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What does the Android project folder “res/” contain?

Resource files

Java Activity classes

Java source code

Libraries

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?