Self-Review Exercises
-
9.1 Fill in the blanks in each of the following statements:
SQLite database query results are managed via a(n) (package
android.database
).A(n) exposes an app’s data for use in that app or in other apps.
Fragment
method returns theBundle
of arguments to theFragment
.The
Cursor
returned by methodquery
contains all the table rows that match the method’s arguments—the so-called .A
FragmentTransaction
(packageandroid.app
) obtained from the allows anActivity
to add, remove and transition betweenFragment
s.and the help you perform asynchronous data access from any
Activity
orFragment
.
-
9.2 State whether each of the following ...
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.