Exam 2: Welcome App

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

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)

Which of the following statements is true?

(Multiple Choice)
4.8/5
(43)

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)

Which of the following statements is false?

(Multiple Choice)
5.0/5
(42)

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 following statements is false?

(Multiple Choice)
4.8/5
(27)

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)

Which of the following statements is false?

(Multiple Choice)
4.9/5
(38)
Showing 21 - 39 of 39
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)