Android Development Quiz

Android Development Quiz

University

20 Qs

quiz-placeholder

Similar activities

Responsi UAS PL 2021/2022

Responsi UAS PL 2021/2022

University

20 Qs

Kuis Berhadiah :D

Kuis Berhadiah :D

University

15 Qs

Android Fundamentals - Day 3 : Activities & Intents

Android Fundamentals - Day 3 : Activities & Intents

University - Professional Development

15 Qs

MOBILE_AULA_01

MOBILE_AULA_01

University

15 Qs

Quiz 2 - Android UI Layout and Controls

Quiz 2 - Android UI Layout and Controls

University

15 Qs

MAD Unit I Practice Quiz

MAD Unit I Practice Quiz

University

25 Qs

MAD Test3 Android Studio

MAD Test3 Android Studio

University

25 Qs

HITO 3 SQLITE VIEWS

HITO 3 SQLITE VIEWS

University

15 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?