Question: 1.Broadcast receiver is a component that does nothing but receives and react to broadcast announcements. a.True b.False 2.Async Task allow user to do single task
1.Broadcast receiver is a component that does nothing but receives and react to broadcast announcements.
a.True
b.False
2.Async Task allow user to do single task at a time.
a.True
b.False
3.Suppose you are assigned a task to add a thread in your Application,which two methods you must implement.
a.startThread and FinshThread
b.Create and Destroy
c.startThread and stopThread
d.None of These
4.Which of the following is not true with Android Activity?
a.Every Activity consist of 0 layout
b.application logic is written in MainActivity.java
c.None of these
d.Every Activity must has overridden onCreat method
5.Resource manager enable all application to display custom alert and notification.
a.True
b.false
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
