Self-Review Exercises

5.1 Fill in the blanks in each of the following statements:

a) To access the app’s assets folder’s contents, a method should get the app’s AssetManager by calling method ______ (inherited indirectly from class ContextWrapper).

b) Files in the assets folders are accessed via a(n) ______ (package android.content.res), which can provide a list of all of the file names in a specified subfolder of assets and can be used to access each asset.

c) A(n) ______ animation moves a View within its parent.

d) By default, animations in an animation set are applied in parallel, but you can use the ______ attribute to specify the number of milliseconds into the future at which an animation should begin. This can be used to sequence the animations ...

Get Android™ How to Program, Second Edition 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.