Android Development Associate

Android Development Associate

University

40 Qs

quiz-placeholder

Similar activities

Eng-103 Vocab1

Eng-103 Vocab1

University

40 Qs

Midterm Exam - Discrete Math

Midterm Exam - Discrete Math

University

35 Qs

Introduction to Computer

Introduction to Computer

University

40 Qs

ASSESSMENT 2: OVERVIEW OF ICT & REVIEW ON COMPUTER FUNDAMENTALS

ASSESSMENT 2: OVERVIEW OF ICT & REVIEW ON COMPUTER FUNDAMENTALS

University

40 Qs

Test Algoritma

Test Algoritma

University

40 Qs

TIK kelas 7, Penilaian Tengah semester

TIK kelas 7, Penilaian Tengah semester

7th Grade - University

40 Qs

Decision and Case Control Statements in C

Decision and Case Control Statements in C

University

35 Qs

Data Structures Quiz

Data Structures Quiz

University

44 Qs

Android Development Associate

Android Development Associate

Assessment

Quiz

Computers

University

Practice Problem

Medium

Created by

Andri Ramdhon

Used 118+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

40 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 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)

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

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

onCreate()

onStart()

onStop()

onRestore()

3.

MULTIPLE CHOICE QUESTION

3 mins • 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.

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which of the following is NOT a valid usage for Intents?

Activate a SQLite DB Connection.

Activate a Broadcast receiver.

Activate a Service.

Activate and Activity.

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What is the parent class of all Activity widgets?

Layout

ViewGroup

View

Widget

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

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

Parcelable

DataStore

Extra

Bundle

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

You can create a custom view by extending class Activity.

True

False

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?