ANSWERS ALL CORRECT
Which configuration will add firebase plugin for gradle?
Select one:
a. compile 'com.google.firebase:firebase-messaging:17.3.2'
b. classpath 'com.google.gms:google-services:4.0.1'
c. apply plugin: 'com.google.gms.google-services' - Answer-c
Which level of android API version that notification can make a direct reply?
Select one:
a. API level 24 or higher
b. API level 20 or higher
c. API level 7 or higher
d. API level 27 or higher - Answer-c
Which class content model of item in Master/Detail flow?
Select one:
a. ItemContainer
b. DummyItem
c. Items
d. ItemModel - Answer-b
The ________ is a button which appears to float above the surface of the user interface
of an app and is generally used to promote the most common action within a user
interface screen.
Select one:
a. floating action button
b. common button
c. action button
d. image button - Answer-a
Which mechanism is used at main activity to get the returning data from sub activity?
Select one:
a. Request code
b. Explicit intent
c. Broadcast receiver
d. Implicit intent - Answer-a
Material design make up the ________ of Android and the apps that run on it appear
and behave in a certain way in terms of behavior, shadowing, animation and styles
,Select one:
a. layout
b. user interface
c. activity
d. performance - Answer-b
Which transition using to animate the change of views within one scene?Select one:
a. Transition between scenes
b. Activity transition
c. Delaye
d transition - Answer-c
Which class can launch an activity from a notification?
Select one:
a. RemoteInput
b. Action
c. Intent
d. PendingIntent - Answer-d
Which view display the content of tabs in tab layout?
Select one:
a. TabLayout
b. TabPage
c. TabPager
d. ViewPager - Answer-d
Which data field can send a data with key-value to user in Firebase notification
Select one:
a. Custom data
b. Advance options
c. Notification text
d. Notification title - Answer-b
Which statement is used to launch Main2Activity?
Select one:
a. intent.startActivity(intent);
b. intent.startActivity(Main2Activity);
c. this.startActivity(intent);
d. this.startActivity(Main2Activity.class) - Answer-c
Which is NOT an effect of activity transition
Select one:
a. Fade
b. Explode
c. Slide
d. Bounce - Answer-d
, RecyclerView provides a choice of three built-in layout:
Select one:
a. FrameLayout, GridLayout, ConstraintLayout
b. LinearLayout, FrameLayout, StaggredGridLayout
c. ConstraintLayout, GridLayout, Staggre
dGridLayoutd. LinearLayout, GridLayout, StaggredGridLayou - Answer-d
Which activity template already contain floating action button when created
Select one:
a. Master/Detail flow activity
b. Empty activity
c. Login activity
d. Basic activit - Answer-d
Which importance level of notification will make a sound when it appears?
Select one:
a. Medium and higher level
b. High and urgent level
c. Only high level
d. Only urgent level - Answer-b
Which one is NOT an Android service?
Select one:
a. Binder service
b. Local bound service
c. Intent service
d. Remote bound service - Answer-a
Thread handlers are implemented in the main thread of an application and are primarily
used to make updates to the ___________ in response to messages sent by other
threads running within the application's process.
Select one:
a. process
b. data
c. user interface
d. thread - Answer-c
The _____________ is a panel that slides out from the left of the screen and contains a
range of options available for selection by the user
Select one:
a. navigation panel
b. navigation drawer
c. side bar
d. side panel - Answer-b