In this tutorial, we will put everything we've learnt so far together to build our very own app from scratch. We will be building an app based on a classic kid's toy, the Magic 8-ball. Magic 8-ball is used to ask a yes/no question and upon shaking it, it gives out an answer.
Magic 8-ball video
You will be making the app version of this. In particular, the following is how we would like someone to interact with the app:
- They hold the phone and say aloud the question they would like to ask the Magic 8-ball. For example, someone might say "Does she have a crush on me?", or "Will I pass the test?", or "Will my favorite team win the world cup?"
- Then, they press a button on the app to get the response from the Magic 8-ball
- The app displays a response such as "Definitely", "Highly Unlikely", etc.