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
Creating a new Android XML file requires the resource type, a filename, and a(n) ____________________.
Free
(Short Answer)
4.8/5
(39)
Correct Answer:
root element
Coding the tween.xml file layout to display an ImageView control includes creating an Android XML ____ file.
Free
(Multiple Choice)
4.8/5
(41)
Correct Answer:
B
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.
Free
(Multiple Choice)
4.8/5
(40)
Correct Answer:
D
A series of __________________ on a single image in Tween animations can include changes in position, size, rotation, and transparency on the contents of a View object.
(Short Answer)
4.8/5
(34)
Animation of an object by a motion tween uses a uniform transition type such as rotating an infinite number of times.
(True/False)
4.7/5
(47)
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.8/5
(38)
The ____ property can be included in the animation-list code to determine how many times to play the animation.
(Multiple Choice)
4.9/5
(26)
The start( ) method launches the animation xml file displaying the ____________________ items.
(Short Answer)
4.8/5
(33)
Connect the ____________________ for the animation-list in an animation xml file by typing imgFrame.setBackgroundResource(R.drawable.animation).
(Short Answer)
4.7/5
(35)
The layout specifications for the frame image and button controls reside within the main.xml file.
(True/False)
4.8/5
(39)
Common ____________________ animations include rotating timers, e-mail symbols, Activity icons, page-loading animations, cartoons, and other useful user interface elements.
(Short Answer)
4.9/5
(39)
The Background property of an image can be set to any full Drawable resource such as a . png file, a ____ file, or a solid color designated with hexadecimal code such as #FF0000 for red.
(Multiple Choice)
4.7/5
(34)
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.
(Short Answer)
4.8/5
(24)
When the 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.8/5
(41)
In the Android code, an animation-list root element references images stored in the drawable folders.
(True/False)
4.9/5
(44)
A new ____________________ project has an Application Name, a Package Name, and an Activity name.
(Short Answer)
4.7/5
(37)
To create a layout that displays two controls side by side, you can nest a(n) ____ within a Linear layout.
(Multiple Choice)
5.0/5
(38)
An instance of the AnimationDrawable is instantiated as a class variable because it is used in multiple methods within the Main class.
(True/False)
4.9/5
(40)
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.8/5
(43)
____, 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
(41)
Showing 1 - 20 of 49
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)