Multiple Choice
What is an Activity?
A) a single screen the user sees on the device at one time
B) a message sent among the major building blocks
C) a component that runs in the background without any interface.
D) context referring to the application environment.
Correct Answer:

Verified
Correct Answer:
Verified
Q2: What runs in the background and doesn't
Q3: Application contexts are independent of the activity
Q4: A good example app should demonstrate most
Q5: Which answer is not part of the
Q6: Which of the following is NOT a
Q7: Broadcast receivers are Android's implementation of a
Q8: An activity in a stopped state is
Q9: What built-in database is Android shipped with?<br>A)sqlite<br>B)apache<br>C)mysql<br>D)oracle
Q10: The XML file that contains all the
Q11: What file is responsible for glueing everthing