Exam 10: Move Creating Animation and Graphics

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

The oneshot attribute is added to the code in the opening ____ tag.

(Multiple Choice)
4.9/5
(41)

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

(Multiple Choice)
4.9/5
(41)

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

(Short Answer)
4.7/5
(34)

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

(Multiple Choice)
4.9/5
(38)

By setting the android:oneshot attribute of the animation-list to ____, the animation plays repeatedly until the Stop Animation button is tapped.

(Multiple Choice)
4.9/5
(33)

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

(Multiple Choice)
4.8/5
(44)

A motion tween specifies the end state of an object.

(True/False)
4.9/5
(37)

The Package Name for the Wave Animation Project is net.androidbootcamp.waveanimation.

(True/False)
4.8/5
(32)

Buttons using a setOnClickListener await user ____________________.

(Short Answer)
4.9/5
(37)

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

(True/False)
4.9/5
(27)

Android provides three types of animation: Frame, Wave, and Tween animation.

(True/False)
4.9/5
(39)

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.8/5
(42)

Insert an ImageView control and its properties in the main.xml file to specify precise settings for the ____.

(Multiple Choice)
4.9/5
(39)

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.9/5
(41)

For the application in Chapter 10, the Android Manifest file must be updated to include the ____ and to remove the title bar in the theme to provide more display room for the animation.

(Multiple Choice)
4.8/5
(38)

If android:oneshot="____," the animation plays once and then stops and displays the last frame.

(Multiple Choice)
4.7/5
(34)

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

(True/False)
4.9/5
(35)

The AnimationDrawable object can be accessed using the ____________________ method.

(Short Answer)
4.9/5
(33)

A 9-patch image is a special image that has ____ "stretching" areas that maintain the same look on different screen sizes.

(Multiple Choice)
4.8/5
(23)

Button controls use ____ to await user interaction.

(Multiple Choice)
4.9/5
(42)
Showing 21 - 40 of 49
close modal

Filters

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