MIT App Inventor UI Components Flashcards

1
Q

The ability to detect clicks. 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

Component that can detect user taps and can change their boolean state in response. Raises an event when the user taps it

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.

Note: Date and time are manipulated using methods in the Clock component.

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

Components used to show text. Displays text which is specified by the Text property

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.

Warning: This component will not work correctly on Screens that are scrollable if its Height is
set to Fill Parent.

A

ListView

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

Component that 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 in a (blank) component, which hides the text that has been typed in it. A text box that is the same as the ordinary TextBox component, except that it does not display the characters typed by the user.

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 progress bar that adds a draggable thumb. You can touch the thumb and drag left or right to set the slider thumb position.

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 that can detect user taps and can change their boolean state in response. They are identical to CheckBoxes except in appearance. Have an on (true) state and an off (false) state. A component that raises an event when the user taps it to toggle between states.

A

Switch

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

Users enter text in a (blank) component. The initial or user-entered text value in a (blank) component is in the Text property.

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.

Note: Date and time are manipulated using methods in the Clock component.

A

TimePicker

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

Component for viewing Web pages.

Warning: This is not a full browser. For example, pressing the phone’s hardware Back key will exit the app, rather than move back in the browser history.

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