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 to Creating Your First Android Apps
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
Short Answer
Suppose you wanted to declare a variable called mat that is an array of arrays of ints. The code to declare this variable would be ____________________.
Question 22
Multiple Choice
The strings.xml file is located in the res/____ folder.
Question 23
Multiple Choice
The intent action ____ opens a Web browser on the Android.
Question 24
Short Answer
The code to access the fifth element of an array called names is ____________________.
Question 25
Multiple Choice
A generic layout that displays checkboxes is ____.
Question 26
Multiple Choice
URL stands for ____.
Question 27
Multiple Choice
When a list item is selected, its ____ is passed to the executing code.
Question 28
Multiple Choice
To refer to an icon called "myIcon. png'' in the manifest file, the correct reference is android:icon="____".
Question 29
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 _____________________________________________.