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
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.
Free
(Multiple Choice)
4.8/5
(41)
Correct Answer:
A
In the Android code, an animation-list root element references images stored in the drawable folders.
Free
(True/False)
4.7/5
(43)
Correct Answer:
False
A(n) ____________________ specifies a start state of an object, and then animates the object using a uniform transition type such as rotating a predetermined number of times or an infinite number of times.
Free
(Short Answer)
4.9/5
(40)
Correct Answer:
motion tween
The Background property of an image can be set to any full Drawable resource such as a .p n g file, a ____ file, or a solid color designated with hexadecimal code such as #FF0000 for red.
(Multiple Choice)
5.0/5
(32)
When an XML file is added to the Android project, the Resource type Drawable is selected and the animation-list is selected as the ____ element of the XML code.
(Multiple Choice)
4.7/5
(39)
____ is a cross-platform graphics API that specifies a standard software interface for 3D graphics processing hardware and uses a coordinate system to map the image to the screen.
(Multiple Choice)
4.9/5
(32)
A(n) ____ is a transition that changes objects from one state to another, such as by moving, rotating, growing, or shrinking.
(Multiple Choice)
4.7/5
(35)
Insert an ImageView control and its properties in the main.xml file to specify precise settings for the ____.
(Multiple Choice)
4.7/5
(37)
____, an attribute of the animation-list, determines whether an animation plays once and then stops or continues to play until the Stop Animation button is tapped.
(Multiple Choice)
4.9/5
(37)
The Package Name for the Wave Animation Project is net.androidbootcamp.waveanimation.
(True/False)
4.7/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
(35)
The ____ provides the methods for Drawable animations to create a sequence of frame-by-frame images.
(Multiple Choice)
4.8/5
(30)
The start( ) method launches the animation xml file displaying the ____________________ items.
(Short Answer)
4.8/5
(31)
____________________ and Tween animation are two types of animation provided by Android.
(Short Answer)
4.9/5
(43)
To create a layout that displays two controls side by side, you can nest a(n) ____ within a Linear layout.
(Multiple Choice)
4.8/5
(31)
A sequence of animation instructions defines the Tween animation using either ____________________ or Android code .
(Short Answer)
4.8/5
(38)
A new ____________________ project has an Application Name, a Package Name, and an Activity name.
(Short Answer)
5.0/5
(46)
Tween animation creates an animation by performing a series of ____ on a single image such as position, size, rotation, and transparency on the contents of a View object.
(Multiple Choice)
4.9/5
(39)
If android:oneshot="____," the animation plays once and then stops and displays the last frame.
(Multiple Choice)
4.8/5
(52)
To create an Android application with Frame or Tween animation, which of the following processes must the developer be able to perform?
(Multiple Choice)
4.7/5
(41)
Showing 1 - 20 of 50
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)