Exam 5: Investigate Android Lists, Arrays, and Web Browsers

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

The type of a ListAdapter that operates on an array of String objects is ____________________.

Free
(Short Answer)
4.8/5
(31)
Correct Answer:
Verified

ArrayAdapterString>

Each item in the array is identified using a(n) ____________________.

Free
(Short Answer)
4.7/5
(36)
Correct Answer:
Verified

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:
Verified

B

Which ListView control provides a two-level list?

(Multiple Choice)
4.8/5
(40)

Testing an Android app is called ____________________.

(Short Answer)
4.8/5
(32)

Which browser is not supported in Android?

(Multiple Choice)
4.9/5
(40)

Each individual item in an array is called a(n) ____________________.

(Short Answer)
4.8/5
(43)

What does the acronym URL stand for?

(Multiple Choice)
4.9/5
(39)

An array is a container object that holds a fixed number of values of different data types.

(True/False)
4.9/5
(31)

Where is the strings.xml file located?

(Multiple Choice)
4.8/5
(42)

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)

What is the generic layout that displays checkboxes?

(Multiple Choice)
4.8/5
(32)

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
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)