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 How to Program
Quiz 1: Introduction to Android
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 1
Multiple Choice
At the time Android How to Program, 3/e was written, there were over 1.6 million apps in Google Play, and the number is growing quickly.
Question 2
Multiple Choice
With web services, you can create ________, which enable you to rapidly develop apps by quickly combining complementary web services, often from different organizations and possibly other forms of information feeds.
Question 3
Multiple Choice
Which of the following is a set of APIs for incorporating Google functionality into your apps?
Question 4
Multiple Choice
Which Android KitKat feature is described by the following: "The status bar at the top of the screen and the menu buttons at the bottom can be hidden, allowing your apps to fill more of the screen. Users can access the status bar by swiping down from the top of the screen, and the system bar (with the back button, home button and recent apps button) by swiping up from the bottom."
Question 5
Multiple Choice
Which of the following is a key technlogy for implementing Android apps?
Question 6
Multiple Choice
GUI programming in Java is ________ -in this book, you'll write apps that respond to various user-initiated events such as screen touches.
Question 7
Multiple Choice
Which of the following statements is true?
Question 8
Multiple Choice
Android uses a collection of ________, which are named groups of related, predefined classes. Some of these are Android specific, some are Java specific and some are Google specific. They allow you to conveniently access Android OS features and incorporate them into your apps.
Question 9
Multiple Choice
In addition to directly programming portions of your apps, you'll also use the Android Studio IDE to conveniently ________ predefined objects such as buttons and textboxes into place on your screen, and label and resize them.