Events
Components
User Interface Design
Vocabulary
100

This action, often associated with buttons, triggers an event when a user presses a specific area on the screen.

What is a click?

100

A component that detects clicks.

What is a button?

100

A design principle that focuses on making sure an app is easy to understand.

What is clarity?


100

An algorithm that runs when a specific event occurs.

What is an event handler? (Also called an event listener)

200

This event is triggered when a screen first opens. HINT: check the available code for your screen component.

What is .initialize?

200

A component that displays non-editable text.

What is a label?

200

The section of the screen in App Inventor where you view and edit your User Interface.

What is the Viewer pane?

200

An action or occurrence that happens when the app is running.


What is an event?​​​​
300

An appropriate component to use to display large amounts of text on the screen, or for text input.

What is a textbox?

300

A loading bar is an example of this User Interface design principle.

What is feedback?

300

Style of programming where the program is driven by input.

What is event-driven programming?


400

This component is helpful for creating a dynamic portion of the screen, where the user can drag items or draw. HINT: check the drawing and animation section

What is a canvas?

500

An appropriate event to listen for if you'd like a user to be able to move an item with their finger.

What is .dragged?

M
e
n
u