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 App Development
Quiz 12: Using an Existing App: Taking a Photo and Sending an Email
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Question 1
True/False
An app can access another app.
Question 2
Short Answer
We can test whether the device has a given feature, such as a camera, by calling the hasSystemFeature method of the ____________ class, passing a constant of the class that corresponds to that feature.
Question 3
True/False
The argb, alpha, red, green, and blue methods of the Color class of the android.graphics package are all static methods.
Question 4
True/False
The alpha, red, green, and blue methods of the Color class of the android.graphics package all accept one parameter, an int representing a color.
Question 5
Short Answer
To access programmatically a resource named xyz.xml located in the drawable directory, we use the expression ____________.
Question 6
Multiple Choice
To set the current value of a seek bar to 0 inside an XML layout file, what attribute do we use?
Question 7
True/False
It is possible to write a method that takes a double parameter and returns that double with a maximum of three significant digits after the decimal point.
Question 8
True/False
It is possible for an app to store persistent data on a device.
Question 9
Short Answer
The fromFile static method of the Uri class takes a File parameter and returns a(n) ____________ reference.
Question 10
Short Answer
The createChooser static method of the Intent class returns an Intent reference such that when we start an activity with it, the user is presented with a choice of ____________ that match the Intent.