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 21
Multiple Choice
Which intent action opens a Web browser on the Android?
Question 22
Multiple Choice
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?
Question 23
Multiple Choice
What is used so apps can talk to each other in a very simple way?
Question 24
Multiple Choice
When a list item is selected, what part of it is passed to the executing code?
Question 25
Multiple Choice
Where is the strings.xml file located?
Question 26
Multiple Choice
Which method is called when an item in a list is selected?
Question 27
Multiple Choice
What should end the block of code in each case statement to prevent the subsequent case statement from being executed as well?
Question 28
Short Answer
Each item in the array is identified using a(n) ____________________.
Question 29
Short Answer
The code to access the fifth element of an array called names is ____________________.
Question 30
Multiple Choice
Which of the following is the correct syntax for the beginning of a switch stat ement that evaluates a variable named choice ?
Question 31
Multiple Choice
What is the generic layout that displays checkboxes?
Question 32
Short Answer
The code to declare and initialize an array (in one statement) called fruit that holds the strings "Apple" , "Mango" , and "Pear" , in that order, is _____________________________________________.