App Inventer Flashcards
Event
An action that causes something to happen (these are the mustard yellow blocks in App Inventor)
Command
The blocks of code that actually do the work of the app (These are the blocks that go inside the yellow blocks)
Palette
The section in the design view that shows a list of components that you can add to your app
Components
The section in the design view that shows what items have already been added to your app
Properties
The section in the design view that shows what you can change about the current component
Media
The section in the design view that shows any images and sounds you have currently uploaded to your app
Viewer
The section in the design view that shows what the app will look like
Blockly
Blockly is the name of the visual programming editor that App Inventor uses to make the blocks in the browser.
Designer
The screen where you can drag and drop component pieces and design your app.
Accelerometer sensor
Non-visible component that can detect shaking
Fill parent
A setting in AppInventor that resizes a component to fit the space available.
Horizontal arrangement
A component in AppInventor that lets you place things next to each other horizontally
Heading
A property of the “ball” component in AppInventor. This specifies the direction in which the ball travels
Heading is measured in degrees
Interval
A property of the “ball” component in AppInventor. This specifies the frequency of the ball movement
Interval is measure in milliseconds
Radius
A property of the “ball” component in AppInventor. This specifies the size of the ball
Radius is measured in pixels