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 3: Engage Android User Input, Variables, and Operations
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 41
Short Answer
Write the statement to display the string "It's my birthday!" in a TextView object named whatsToday. ______________________________
Question 42
Short Answer
The property that connects a Spinner control to a list of items is called ____________________.
Question 43
Short Answer
The code needed to declare a variable called costPerTicket and initialize it to the value 79.99 is ____________________.
Question 44
Short Answer
When a plus sign is placed between two strings, it ____________________ the two strings to create a new string value.
Question 45
Short Answer
The code to decrement an integer variable called counter by 1 is as follows: ____________________.
Question 46
Short Answer
A Spinner control holds multiple text strings and it is best to use a(n) ________________ that can be referenced from the String Resources in the application.
Question 47
Short Answer
The Parse type to extract a double from a String is ____________________.
Question 48
Short Answer
A Spinner control displays a prompt with a list of strings, called ____________________, in a pop-up window.
Question 49
Short Answer
The code necessary to read a number out of an EditText control called txtNumberOfTickets and convert it to an integer, assigned to the variable numTickets , is as follows: ____________________.