Question

Which of the statements in a), b) and c) is true?
a. You can perform a shake animation by applying an Animation to an ImageView.
b. We use AnimationUtils static method load Animation to load the animation from an XML file that specifies the animation's options.
c. We can specify the number of times an animation should repeat with Animation method setRepeatCount and perform the animation by calling View method startAnimation (with the Animation as an argument) on the ImageView.
d. Statements a), b) and c) are all true.

Answer

This answer is hidden. It contains 33 characters.