Exam 5: Investigate Android Lists, Arrays, and Web Browsers
Exam 1: Voila Meeting the Android Using Android Studio50 Questions
Exam 2: Simplify the Android Studio 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 Gridview50 Questions
Exam 8: Design Using a Datepicker on a Tablet50 Questions
Exam 10: Move Creating Animation and Graphics50 Questions
Exam 11: Discover Persistent Data50 Questions
Exam 12: Finale Publishing Your Android App50 Questions
Select questions type
The type of a ListAdapter that operates on an array of String objects is ____________________.
Free
(Short Answer)
4.8/5
(31)
Correct Answer:
ArrayAdapterString>
Each item in the array is identified using a(n) ____________________.
Free
(Short Answer)
4.7/5
(36)
Correct Answer:
numeric index,index,subscript
If the primary purpose of a class is to display a ListView control, which of the following controls is recommended to extend the class from?
Free
(Multiple Choice)
4.7/5
(43)
Correct Answer:
B
Each individual item in an array is called a(n) ____________________.
(Short Answer)
4.8/5
(43)
An array is a container object that holds a fixed number of values of different data types.
(True/False)
4.9/5
(31)
Which XML code statement places an icon named ic_city . P n g to the right of the text in a ListView display?
(Multiple Choice)
4.8/5
(38)
Switch statements do not allow ranges such as 10-40 to match a case.
(True/False)
4.7/5
(44)
When a list item is selected, what part of it is passed to the executing code?
(Multiple Choice)
4.9/5
(42)
The code to declare and initialize an empty array of 10 ints, called "digits" , is ______________________________.
(Short Answer)
4.7/5
(42)
Which type of control do you use to contain a list of items that allows a user to select an item in the list for further action?
(Multiple Choice)
4.9/5
(40)
What is used so apps can talk to each other in a very simple way?
(Multiple Choice)
4.9/5
(34)
A switch statem ent can also be implemented as a chain of if/else statements.
(True/False)
4.9/5
(33)
If a Java View list exceeds the length of the screen, what is done to the list?
(Multiple Choice)
5.0/5
(36)
What statement should you put at the end of a switch statement if you want a block of code to be executed in the event none of the case statement values matches?
(Multiple Choice)
4.8/5
(32)
Showing 1 - 20 of 50
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)