Hello Purr is the Hello World tutorial for App Inventor. This simple exercise takes you through the very basics of App Inventor. In a very short time you will create a button that has a picture of a cat on it, and then program the button so that when it is clicked a "meow" sound plays.
Let's create an app that says "Talk to me" when we click a button. (Component: Media --> TextToSpeech
)
5. Ball bounce
A ball must appear on the screen. You will fling the ball, and the ball will move forever until you press on the surface of the screen and release it. If the ball reaches an edge, it will bounce.
6. MoleMash : simple game which uses animation
In the game MoleMash, a mole pops up at random positions on a playing field, and the player scores points by hitting the mole before it jumps away. .Each time you hit the mole, the phone will vibrate. This tutorial shows how to build MoleMash as an example of a simple game that uses animation.
Improve the app:
7. Paintpot
You will be able to paint pots in different colors (red, blue and green), and draw lines. In addition, there will be a possiblity to delete everything and start again.
Improve the app: