Self-Review Exercises

  1. 9.1 Fill in the blanks in each of the following statements:

    1. SQLite database query results are managed via a(n)              (package android.database).

    2. A(n)              exposes an app’s data for use in that app or in other apps.

    3. Fragment method              returns the Bundle of arguments to the Fragment.

    4. The Cursor returned by method query contains all the table rows that match the method’s arguments—the so-called             .

    5. A FragmentTransaction (package android.app) obtained from the              allows an Activity to add, remove and transition between Fragments.

    6.              and the              help you perform asynchronous data access from any Activity or Fragment.

  2. 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.