Skip to content

DavidGitHub2474/App-Inventor-2-Hack-BI3-MS-Workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 

Repository files navigation

App Inventor 2 Hack BI Middle School Workshop

App Inventor workshop for middle schoolers during the Bishop Ireton's third Hackathon, Hack BI III.

Getting Started

  1. Go to App Inventor 2 web page: ai2.appinventor.mit.edu
  2. Sign in to your account
  3. Click "New Project"
  4. Click connect > emulator

Purpose

The main objective of this workshop is to give students a basic understanding of App Inventor 2 so that they can make their own apps at home and use the resources to expand their knowledge of how to create applications.

Topics

  • How to use a clock component to randomize movement of sprites on a canvas
  • How to use a button component to trigger event listeners
  • How to change the visual aspect of an app by dragging and dropping components from the palette
  • How to initialize a variable and use it to store a value
  • How to use sound effects in an app
  • How to affect the behavior image sprites in a canvas using event listeners
  • How to create and call a procedure to make code more readable and efficient to debug

Uses

Phone applications (Apps) can be used to solve many real world problems. For example, there are apps that help schedule bus transportation, organize documents(google drive), prevent texting while driving, and other important and useful problems. This workshop will be useful in providing the basic knowledge of App Inventor 2 that will allow students to create basic phone applications that solve real world issues.

Challenges

  • Create a Pause Game button that stops the bomb and ball from moving when it is clicked on
  • Create a “bombExplode” procedure that causes an explosion to appear on screen when the bomb is clicked on.
  • Make the sprites move to (0,0) and disable the clock if the user clicks on the ball 5 times
  • Only allow the user to click on the ball and bomb when the clock is enabled

About

App Inventor workshop for middle school during Hack BI III

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published