UNIT 5: APP INVENTOR 2 (LEARN TO MAKE YOUR OWN APP'S)
HelloPurr - App Inventor 2 - Basic Tutorial
This tutorial gets you started building apps. It presents the key elements of App Inventor, the Component Designer and the Blocks Editor, and leads you through the basic steps of creating your first app, HelloPurr. When you’re finished, you’ll be ready to build apps on your own.
A typical first program with a new computer system prints the message “Hello World” to show that everything is connected correctly. This tradition goes back to the 1970s and Brian Kernighan’s work on the C programming language at Bell Labs. With App Inventor, even the simplest apps do more than just show messages: they play sounds and react when you touch the device. So, we’re going to get started right away with something more exciting: your first app will be “HelloPurr,” a picture of a cat that meows when you touch it and purrs when you shake the device on which it’s being viewed.
What You’ll Learn
The tutorial covers the following topics:
• Building apps by selecting components and specifying their behavior.
• Using the Component Designer to select components. Some components are visible on the device’s screen and some aren’t.
• Adding media (sounds and images) to apps by uploading them from your computer.
• Using the Blocks Editor to assemble blocks that define the components’ behavior.
• Testing apps with App Inventor’s live testing. This lets you see how apps will look and behave on the device, step by step, even as you’re building them.
• Packaging the apps you build and downloading them to a device.