Exam 10: Move Creating Animation and Graphics
Exam 1: Voilà Meeting the Android50 Questions
Exam 2: Simplify the Android User Interface50 Questions
Exam 3: Engage Android User Input, Variables, and Operations50 Questions
Exam 4: Explore Icons and Decision-Making Controls50 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 Gallery50 Questions
Exam 8: Design Using a Datepicker on a Tablet50 Questions
Exam 10: Move Creating Animation and Graphics49 Questions
Exam 11: Discover Incorporating Google Maps50 Questions
Exam 12: Finale Publishing Your Android App50 Questions
Select questions type
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)
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)
Showing 21 - 40 of 49
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)