Exercises
-
4.3 Fill in the blanks in each of the following statements:
When the user selects an item from a
Menu
or touches a menu item displayed on the app bar,Activity
method is called to respond to the selection.To delay an action, we use a(n) (package
android.os
) object to execute aRunnable
after a specified delay.You can specify the number of times an animation should repeat with
Animation
method and perform the animation by callingView
methodstartAnimation
(with theAnimation
as an argument) on theImageView
.A(n) is a collection of animations which make up a larger animation.
Android supports animations which allow you to animate any property of any object. ...
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.