Exam 10: Move Creating Animation and Graphics

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

Creating a new Android XML file requires the resource type, a filename, and a(n) ____________________.

(Short Answer)
4.9/5
(37)

Drawable images in an animation-list are connected to the imgFrame instance by the ____ method.

(Multiple Choice)
4.9/5
(37)

Connect the ____________________ for the animation-list in an animation xml file by typing imgFrame.setBackgroundResource(R.drawable.animation) .

(Short Answer)
4.8/5
(30)

Button controls use ____ to await user interaction.

(Multiple Choice)
4.9/5
(33)

To create the illusion of movement, a cartoon image can be displayed on the screen and repeatedly replaced by a new image that is similar, but slightly advanced in the ____________________.

(Short Answer)
4.8/5
(38)

Tween animation uses a sequence of images similar to Frame animation.

(True/False)
4.9/5
(36)

Coding the tween.xml file layout to display an ImageView control includes creating an Android XML ____ file.

(Multiple Choice)
4.9/5
(30)

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

(True/False)
4.9/5
(39)

The findViewById(R.id.imgNew)  method ____ the ImageView that accesses imgNew in the XML layout file.

(Multiple Choice)
4.8/5
(34)

An instance of AnimationDrawable is instantiated as a class variable because it is used in multiple methods within the Main class.

(True/False)
4.8/5
(40)

In Android development, frame-based animations and image transitions are defined as ____.

(Multiple Choice)
4.9/5
(44)

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

(True/False)
4.7/5
(39)

Applying the Tween rotation animation, the ____ method begins animating a View object by calling the AnimationUtils class utilities to access the resources necessary to load the animation.

(Multiple Choice)
4.7/5
(43)

Android uses an XML file-creator utility that supports ten different ____________________ types.

(Short Answer)
4.8/5
(37)

The layout specifications for the frame image and button controls reside within the main.xml file.

(True/False)
4.8/5
(39)

Buttons using a setOnClickListener await user ____________________.

(Short Answer)
4.8/5
(35)

Animation displays many ____ in rapid succession or displays many changes to one image to create the illusion of movement.

(Multiple Choice)
4.9/5
(26)

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.

(Short Answer)
4.9/5
(35)

Nine-patch graphics are named for their nine areas, called patches, that ____ separately.

(Multiple Choice)
4.8/5
(33)

The AnimationDrawable object can be accessed using the ____________________ method.

(Short Answer)
4.8/5
(37)
Showing 21 - 40 of 50
close modal

Filters

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