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.
Question 10
Multiple Choice
One of the most significant new features in Android 2.3 was support for ________ -a short-range wireless connectivity standard that enables communication between two devices within a few centimeters. It can be used for payments (for example, touching your Android device to a payment device on a soda machine) , exchanging data such as contacts and pictures, pairing devices and accessories and more.
Question 11
Multiple Choice
________ are software components stored on one computer that can be accessed by an app (or other software component) on another computer over the Internet.
Question 12
Multiple Choice
________ is now Google's preferred Android IDE. It's based on the JetBrains IntelliJ IDEA Java IDE.
Question 13
Multiple Choice
In 2007, the ________ was formed to develop, maintain and evolve Android, driving innovation in mobile technology and improving the user experience while reducing costs.
Question 14
Multiple Choice
Unlike Apple’s ________ iOS, which is available only on Apple devices, An-droid is available on devices from dozens of original equipment manufacturers (OEMs) and through numerous telecommunications carriers worldwide.
Question 15
Multiple Choice
Which Android Marshmallow feature is described by: "Tap and hold the home button while inside any app and Google Now inspects what's on the screen and presents relevant information in the form of cards. For example, in a text message discussing a movie, a card containing information about that movie is displayed.
Question 16
Multiple Choice
________ allows you to use software and data stored in the "cloud"-i.e., accessed on remote computers (or servers) via the Internet and available on demand-rather than having it stored on your desktop, notebook computer or mobile device.