Exam 10: Move Creating Animation and Graphics

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

The AnimationDrawable object can be accessed using the ____________________ method.

Free
(Short Answer)
4.8/5
(29)
Correct Answer:
Verified

getBackground(),getBackground

_____________ animation assigns a sequence of photos to play as in a slide show with a predefined interval between images.

Free
(Short Answer)
4.9/5
(37)
Correct Answer:
Verified

Frame,Frame-by-frame

After associating AnimationDrawable with the animation images and coding the buttons, you can use the ____________________ ( ) and ____________________ ( ) methods of the drawable objects to control the Frame animation.

Free
(Short Answer)
4.7/5
(29)
Correct Answer:
Verified

start stop,stop start

The ____________________ property of a Tween rotation animation defines how many times the image should rotate.

(Short Answer)
4.8/5
(31)

Each item in the animation-list specifies how many milliseconds to display each image using the ____________________ property.

(Short Answer)
4.9/5
(38)

In the Relative layout, an ImageView control displays the animation images.

(True/False)
4.8/5
(42)

If you are building an app based on a brand new feature, then you must target the latest platform.

(True/False)
4.9/5
(32)

Frame animation assigns a sequence of photos to play as in a slide show with a predefined interval between images.

(True/False)
4.8/5
(43)

Which statement should be placed in an animation-list to make an animation play continuously until the user intervenes?

(Multiple Choice)
4.8/5
(32)

A sequence of animation instructions defines the Tween animation using either ____________________ or Android code .

(Short Answer)
4.8/5
(38)

When the XML file is added to the Android project, the Android resource type is selected and animation-list is specified as which element of the XML code?

(Multiple Choice)
4.8/5
(26)

Buttons use a(n) _____________________ method to await user interaction.

(Short Answer)
5.0/5
(43)

The Android high API versions have more features but fewer users than low API versions.

(True/False)
4.9/5
(32)

Which statement launches an intent to start an activity named Tween?

(Multiple Choice)
4.8/5
(37)

What property of an image can be set to any full Drawable resource such as a . P n g file, a 9-patch image file, or a solid color designated with hexadecimal code such as #FF0000?

(Multiple Choice)
4.8/5
(35)

The start( ) method launches the animation xml file displaying the ____________________ items.

(Short Answer)
4.9/5
(24)

Common ____________________ animations include rotating timers, e-mail symbols, Activity icons, page-loading animations, cartoons, and other useful user interface elements .

(Short Answer)
4.9/5
(43)

Which of the following provides the methods for drawable animations to create a sequence of frame-by-frame images?

(Multiple Choice)
4.9/5
(33)

Applying the Tween rotation animation, which of the following methods begins animating a View object by calling the AnimationUtils class utilities to access the resources necessary to load the animation?

(Multiple Choice)
4.8/5
(33)

By what method are drawable images in an animation-list connected to an instance of an ImageView object ?

(Multiple Choice)
4.9/5
(41)
Showing 1 - 20 of 50
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)