Exam 9: Customize Navigating With Tabs on a Tablet App
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 ____ method is used to set the type of scaling in the ImageView control.
Free
(Multiple Choice)
4.8/5
(37)
Correct Answer:
C
The ____ property sets the content for a TextView control.
Free
(Multiple Choice)
4.9/5
(43)
Correct Answer:
C
The ____ control is used for display tab content.
Free
(Multiple Choice)
4.9/5
(35)
Correct Answer:
C
The ____ control allows you to wrap multiple views in a single window.
(Multiple Choice)
4.8/5
(39)
The code to have a TabSpec instance called mySpec use "Photos" as the text and photostack. png as the image is ____________________.
(Essay)
4.8/5
(35)
The TabHost class will automatically add any TabSpec objects that have been created.
(True/False)
4.9/5
(39)
A(n) ____________________ is essentially a sub-Activity hosted inside another Activity.
(Short Answer)
4.8/5
(37)
The code to set an Intent called myIntent to a TabSpec named mySpec is ____________________.
(Short Answer)
4.8/5
(38)
The code to set an ImageAdapter around your Activity class, and then set it to a GridView g as the bound adapter is ____________________.
(Short Answer)
4.8/5
(37)
The ____________________ property specifies a fixed width for each column.
(Short Answer)
4.7/5
(30)
GridView is an effective way to display the contents of cloud storage devices.
(True/False)
4.7/5
(37)
The setLayoutParams method in the ImageView class requires ____ parameter(s).
(Multiple Choice)
4.8/5
(30)
The ____ sets the width and height of a GridView in pixels.
(Multiple Choice)
4.8/5
(40)
By dividing different components of the user interface and displaying them in ____, it is easier for developers to reuse these components across various Activities.
(Multiple Choice)
4.9/5
(35)
When the user selects a tab to launch a new Activity, it is appended to the bottom of the stack.
(True/False)
4.8/5
(41)
The TabSpec method ____________________ sets the tab button caption and supplies the icon image to the tab.
(Short Answer)
4.8/5
(42)
Each tab must have a(n) ____, which specifies how the tabs should actually appear.
(Multiple Choice)
5.0/5
(35)
Showing 1 - 20 of 50
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)