Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
Android Boot Camp for Developers using Java A Guide to Creating Your First Android Apps Study Set 1
Quiz 5: Investigate Android Lists, Arrays, and Web Browsers
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 1
Multiple Choice
Which of the following terms provides a data model for the layout of the list?
Question 2
True/False
Displays of lists are rarely used as a design pattern in mobile applications.
Question 3
True/False
Switch statements do not allow ranges such as 10-40 to match a case.
Question 4
True/False
An adapter provides a data model for the layout of the list.
Question 5
Multiple Choice
Which ListView control provides a two-level list?
Question 6
Multiple Choice
What is the generic layout to a simple list?
Question 7
True/False
A URL is a URI with additional information necessary for gaining access to the resources required for posting the page.
Question 8
Multiple Choice
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?
Question 9
True/False
The first element in an array is referenced using index 0.
Question 10
Multiple Choice
What method projects your data to the onscreen list by connecting a ListView object to array data?
Question 11
Multiple Choice
In what is the reference for an array enclosed?
Question 12
True/False
An array is a container object that holds a fixed number of values of different data types.
Question 13
True/False
To declare an array without assigning actual values, allocate the size of the array in brackets to reserve the room needed in memory.
Question 14
Multiple Choice
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?
Question 15
Multiple Choice
Which variable allows you to store multiple values in one variable at the same time?
Question 16
Multiple Choice
If a Java View list exceeds the length of the screen, what is done to the list?
Question 17
True/False
A switch statem ent can also be implemented as a chain of if/else statements.
Question 18
True/False
Each time you add a class to an application, the class should begin with a lowercase letter and a coordinating XML layout file with the same name with an uppercase letter is automatically created.