Exam 2: Welcome App
Exam 1: Introduction to Android31 Questions
Exam 2: Welcome App39 Questions
Exam 3: Tip Calculator App47 Questions
Exam 4: Flag Exam App66 Questions
Exam 5: Doodlz App34 Questions
Exam 6: Cannon Game App30 Questions
Select questions type
Which type of app template is described by: "Used for a single-screen app (similar to Blank Activity) that occupies the entire screen, but can toggle visibility of the device's status bar and the app's app bar."
(Multiple Choice)
4.9/5
(35)
The code editors for Java and XML help you write code quickly and correctly via ________—as you type, you can press Enter (or Return) to automatically finish a Java code element or an XML element name, attribute name or value that is currently highlighted in the code-completion window.
(Multiple Choice)
4.8/5
(43)
A LinearLayout can proportionally size its children based on their ________, which specify the view's relative size with respect to the layout's other views.
(Multiple Choice)
4.9/5
(41)
The ________ window provides access to all of the project's files.
(Multiple Choice)
4.8/5
(33)
A ________ is a group of related files, such as code files, resource files and images that make up an app.
(Multiple Choice)
4.9/5
(45)
The ________ folder contains the files you'll edit to create your apps' GUIs and logic.
(Multiple Choice)
4.8/5
(37)
If Android cannot find a localized version of a string resource, it uses the default version in the ________ file.
(Multiple Choice)
4.9/5
(38)
If localized resources are not provided for a given locale, Android uses the app’s default resources—that is, those in the res folder’s ________ subfolder.
(Multiple Choice)
4.9/5
(42)
With a ________ you can, for example, specify that one view should appear below another and be centered horizontally within this layout.
(Multiple Choice)
4.7/5
(43)
Android uses a special folder-naming scheme to automatically choose the correct localized resources. You can name these folders with region information-values-en-rUS would contain a strings.xml file for United States English and ________ would contain a strings.xml file for United Kingdom English.
(Multiple Choice)
4.8/5
(32)
Android ________ checks your project for common errors, and makes suggestions for better security-, enhanced performance, improved accessibility, internationalization- and more. Some checks occur as you build your apps and write code.
(Multiple Choice)
4.8/5
(43)
Which of the first three statements about uploading apps to Google Play is false?
(Multiple Choice)
4.8/5
(37)
To center the text in the TextView if it wraps to multiple lines, you can set its ________ property to center.
(Multiple Choice)
4.9/5
(42)
Android Studio provides a ________ for quickly and easily adding translations for existing strings in your app.
(Multiple Choice)
4.8/5
(40)
Android Studio allows you to build your GUI by dragging and dropping views-such as Text-Views, Image-Views and Buttons-onto the ________.
(Multiple Choice)
4.8/5
(36)
Showing 21 - 39 of 39
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)