Self-Review Exercises
-
6.1 Fill in the blanks in each of the following statements:
You can create a custom view by extending class
View
or .To process simple touch events for an
Activity
, you can override classActivity
’sonTouchEvent
method then use constants from class (packageandroid.view
) to test which type of event occurred and process it accordingly.Each
SurfaceView
subclass should implement the interface , which contains methods that are called when theSurfaceView
is created, changed (e.g., its size or orientation changes) or destroyed.The
d
in a format specifier indicates that you’re formatting a decimal integer and thef
in a format specifier indicates that you’re formatting a(n) ...
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.