Exam 10: Move Creating Animation and Graphics
Exam 1: Voila Meeting the Android49 Questions
Exam 2: Simplify the Android User Interface50 Questions
Exam 3: Engage Android User Input, Variables, Operations50 Questions
Exam 4: Explore Icons Decision Making Controls49 Questions
Exam 5: Investigate Android Lists, Arrays, and Web Browsers50 Questions
Exam 6: Jam Implementing Audio in Android Apps50 Questions
Exam 7: Reveal Displaying Pictures in a Gridview50 Questions
Exam 8: Design Using a Datepicker on a Tablet50 Questions
Exam 10: Move Creating Animation and Graphics50 Questions
Exam 11: Discover Persistent Data49 Questions
Exam 12: Finale Publishing Your Android App50 Questions
Select questions type
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)
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
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)