Mobile Application Development Quizzes

The four components of an Android applications are? Choose any that are correct.
A
Content Providers
B
User Interface
C
Broadcast Receivers
D
Services
1 / 10
next
Slide 1: Quiz
Mobile Application DevelopmentTertiary Education

This lesson contains 10 slides, with interactive quizzes.

time-iconLesson duration is: 15 min

Items in this lesson

The four components of an Android applications are? Choose any that are correct.
A
Content Providers
B
User Interface
C
Broadcast Receivers
D
Services

Slide 1 - Quiz

Which are the two types in Intent taught in the Lab2.2 lesson?
A
explicit
B
data
C
implicit
D
action

Slide 2 - Quiz

Which ONE of the following four components of an Andriod application that is not supported or communicated via Intent class?
A
Activities
B
Services
C
Content Providers
D
Broadcast Receivers

Slide 3 - Quiz

Intents allow you to interact with components that belong either at the same application or outside that application.
A
TRUE
B
FALSE

Slide 4 - Quiz

Which specific type of intent as listed below allows developer to specify the specific components to communicate?
A
Explicit Intent
B
Implicit Intent
C
Intent.ACTION_VIEW
D
Intent.ACTION_MAIN

Slide 5 - Quiz

What are the four different states an Android Activity can be involved in at any given time.
A
Active
B
Nonexistent
C
Paused
D
Resume

Slide 6 - Quiz

Select all that matches the Lifecycle callback methods.
A
onDestroy
B
onCall
C
onCreate
D
onRename

Slide 7 - Quiz

What is the state which the Android activity will be involved, when the user is interacting with the screen.
A
onCreate
B
onStart
C
onResume
D
onRename

Slide 8 - Quiz

How many activity on the device can be in the resumed state at any given time?
A
None
B
1
C
2
D
More than 2

Slide 9 - Quiz

The following explains the purpose of onCreate(Bundle) lifecycle callback method, EXCEPT:-
A
inflating widgets and putting them on screen
B
getting references to inflated widgets
C
setting listeners on widgets to handle user interaction
D
setting permission to access to specific content in the device

Slide 10 - Quiz