App Inventor - Project 1


Project 1: The Magic 8 Ball

Working in teams of one OR two, build a Magic 8 Ball app of your choosing.

Write an app that, after your ask a question (verbally), it randomly responds from a list of answers.
Basically, you’ll have a large label or button on the screen that you will code to change the text to the random response.

The app can look any way you want, but it must have:

  1. 5+ different randomly-selected responses (80 points)
  2. You can get a new response by either shaking the device or clicking the app (10 points)
  3. The app must speak the response (10 points)
    HINT: Use a TextToSpeech control from the Other Stuff palette