deck_16947973-1 Flashcards

1
Q

Many aspects of its appearance can be changed, as well as whether it is clickable (Enabled). Its properties can be changed in the Designer or in the Blocks Editor.

A

Button

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Components can detect user taps and can change their boolean state in response.

A

CheckBox

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

A button that, when clicked on, launches a popup dialog to allow the user to select a date on the Gregorian Calendar.

A

DatePicker

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Component for displaying images and basic animations.

A

Image

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Are components used to show text.

A

Label

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

A button that, when clicked on, displays a list of texts for the user to choose among.

A

ListPicker

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

This is a visible component that displays a list of text and image elements in your Screen to display.

A

ListView

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Component displays alert messages and creates Android log entries through an assortment of methods.

A

Notifier

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Users enter passwords, which hides the text that has been typed in it.

A

PasswordTextBox

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Top-level component containing all other components in the program.

A

Screen

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

This class is used to display a Slider.

A

Slider

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Component that displays a dialog with a list of elements.

A

Spinner

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Components can detect user taps and can change their boolean state in response. They are identical to CheckBoxes except in appearance.

A

Switch

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Users enter text

A

TextBox

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

A button that, when clicked on, opens a dialog to allow the user to select a time.

A

TimePicker

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Component for viewing Web pages

A

WebViewer

17
Q

Program the app’s behavior by putting blocks together.

A

Blocks Editor

18
Q

Is a component used to display a group of components laid out from left to right.

A

Horizontal arrangement

19
Q

Indicates that the user tapped and released the Button.

A

Click

20
Q

Component displays alert messages and creates Android log entries through an

A

Notifier

21
Q

Display a temporary notification.

A

ShowAlert

22
Q

Display an alert dialog with a single button that dismisses the alert.

A

ShowMessageDialog