SDPD Session 6 Intents

SDPD Session 6 Intents

University

15 Qs

quiz-placeholder

Similar activities

Mind Ping

Mind Ping

University

19 Qs

Mobile App Develpoment

Mobile App Develpoment

University

15 Qs

หลักการพัฒนาโปรแกรมบนอุปกรณ์พกพา

หลักการพัฒนาโปรแกรมบนอุปกรณ์พกพา

10th Grade - University

20 Qs

Android Associate Developer (TUGAS 1-RP)

Android Associate Developer (TUGAS 1-RP)

University

15 Qs

module2_part1

module2_part1

University - Professional Development

10 Qs

AppWiz Round 2

AppWiz Round 2

University

15 Qs

Flutter Quizzz

Flutter Quizzz

University

16 Qs

Android Introduction

Android Introduction

University

10 Qs

SDPD Session 6 Intents

SDPD Session 6 Intents

Assessment

Quiz

Computers

University

Hard

Created by

Udhayakumar Shanmugam

Used 3+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This is the first callback method that the system calls when a new component starts the service. We need this method for a one-time set-up.

onCreate()

onRebind()

onDestroy()

onStartCommand()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Your application’s presentation layer. The UI of your application is built around one or more extensions of the ................................

View Class

Service Class

Activity class

Intent Class

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

.............................................. start your application to react to any received Intent, making them perfect for creating event-driven applications.

Widgets

Content Providers

Notifications

Broadcast Receivers

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Android Studio, ......................... is a custom build tool used to build android packages (apk files) by managing dependencies and providing custom build logic. 

Maven

Gradle

Apache

Ant

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

...................... are asynchronous messages which allow application components to request functionality from other Android components.

Intents

Views

Services

Activity

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Intent can be used to .........................

Start an Activity

Start sub-activity.

Start a Service.

all of the above

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Consider an app that lists the available restaurants near you. When you click a particular restaurant option, the application has to ask another application to display the route to that restaurant. To achieve this, it could either send an .................... intent directly to the Google Maps application,

explicit

Implicit

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?