NEW
Font size
WorksheetsAndroid Application Development
Total questions: 10
Worksheet time: 5mins
___ are the objects which is used in android for passing the information among Activities in an Application
Services
Intents
Broadcast
Activity
An Intent object is passed to the _____ method, to start a Service.
startActivity()
startService()
startBroadcast()
ServiceStart()
Which type of intents are defined as those Intents that specifically mention the component that it targets.
Inline
Explicit
Implicit
Embedded
Start Activities, Services and Broadcast are examples of ___ type of intent.
Explicit
Implicit
Inline
External
Which of the following is not a objects in Intent?
Component Name
Data
Browse
Flags
The full form of URI is ____
Uniform Resource Input
Uniform Resource Identifier
Uniform Resource Locator
Uniform Resource Identity
Identify the elements of Intent Filters?
<action>
<data>
<category>
All of the above
In this code, what is the full form of MIME?
<data android:MIME type ="text/plain">
Multipurpose Identity Mail Extensions
Multipurpose Internet Mail Extensions
Multipurpose Internet MIC Extensions
Multitask Internet Mail Extensions
The ____ comes in the role when the system receives an implicit intent.
Intent filter
Intent resolution
Intent object
Intent component
which type of intent is an example of "Click the Camera button to open camera"?
Explicit
Internal
Implicit
External
