Self-Review Exercises
-
8.1 Fill in the blanks in each of the following statements:
are typically used to launch activities—they indicate an action to be performed and the data on which that action is to be performed.
A(n) (package
android.support.v7.widget
) is a flexible, customizable view that enables you to control how an app displays a scrolling list of data.Lengthy data access should never be done in the UI thread; otherwise, the app will display a(n) dialog—typically after five seconds of inactivity.
An
Intent
is a description of an action to be performed with associated .Intents
specify an exactActivity
class to run in the same app.Class
RecyclerView
formalizes the view-holder ...
Get Android How to Program, 3/e now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.