Frequently Asked Questions by Users

Why is Google building App Inventor?

We're seeing a fundamental shift in the way people are using their mobile devices. Smartphones, including Android devices and the iPhone, provide users with a fully-featured Internet in their pocket. As people become more comfortable accessing the mobile web, we want to enable them to create mobile services and applications that allow them to engage the mobile space as developers regardless of their computer programming knowledge. App Inventor for Android is an experimental program that allows us to do just that. For educators, App Inventor has become a powerful tool for exposing students to the world of computer programming and helping them become creators of technology rather than just consumers of it.

I downloaded the App Inventor Set Up Installer and ran it. Can I start using App Inventor right now?

Yes! We are excited to announce that App Inventor is available for anyone with a Google account. If you have a Google account follow the Set Up instructions and start building apps today!

I signed up for an invitation to use App Inventor. When will I get access?

We are excited to announce that App Inventor is available for anyone with a Google account. If you have a Google account follow the Set Up instructions and start building apps today!

I am an educator interested in using App Inventor.

Please read our Educators FAQ and join the App Inventor Instructors Discussion Forum.

Can I use App Inventor without a phone?

Yes. App Inventor includes an emulator for the phone. The emulator can’t do everything the phone can. For example, you can’t shake it but you can create apps and try them out. Once you've set up your computer the Hello Purr Emulator - Part 1 tutorial will show you how to build apps with the emulator.

Am I able to upload my app to the Android Market?

Currently there are technical limitations preventing an App Inventor app from being uploaded to the Android Market, but we are actively working to resolve this.

Do App Inventor users need to have Google accounts? Do they need be Gmail addresses?

App Inventor users need to have a Google Account. The login authentication and storage for App Inventor projects is linked to your Google Account. Sign up for a Google Account.

Can I develop in App Inventor and export the source code to Eclipse or some other IDE to work on it further?

No, App Inventor does not generate Java source code.

Can I share project code with other App Inventor users?

Yes. To share a project, go to the My Projects page, select a project, then choose More Actions | Download Source. This will create a zip file that you can share with others. To upload a project, go to My Projects, choose More Actions | Upload Source, and choose a zip file previously downloaded from App Inventor. Note: The source code (.zip) files are not executable Android programs -- those are .apk files. The source code is also not Java SDK code -- it can only be loaded into App Inventor.

Can I share my apps with other Android users?

Yes. To share an app, you first need to obtain an Android Package (.apk) file, which you can do by going to the My Projects page, clicking on the name of the app you want to share (which will take you to the Design page), and selecting Package for Phone | Download to this Computer. You can then email the app to your friends, who can install it by opening the email from their phone, or you can upload it to a website that both you and your friend can access. Note that they will need to change the settings of their phone to allow installation of non-Market applications.

Can I build multi-screen apps with App Inventor?

Currently, you can't create multi-screen apps with App Inventor. If the layouts of the screens you want are the same, you can do things like switch the text and images of components to make it look like a new screen has appeared. Ellen Spertus points out that, "you can currently sort of do this through a hack: having one app launch another app".

Is App Inventor only a toy language? Can I build sophisticated apps with it?

Though App Inventor has limitations, it can be used to build complex apps. The language provides programming constructs like foreach, while, and if-else, in visual (block) form. High-level components and operations (blocks) for some of the Android functionality exists, though not all of it. There are mechanisms for communicating with web services and databases. A component development kit is being considered. This will allow programmers to build App Inventor components with Java and expand the functionality of App Inventor.

Can I connect to web services from an app written in App Inventor?

You can connect App Inventor apps to the web using the TinyWebDB component. The TinyWebDB component can communicate with any service that conforms to a particular protocol. During our pilot, Dave Wolber from the University of San Francisco wrote some Android apps that talk to Amazon, San Francisco's NextMuni API for getting transit information, and Yahoo finance. Here are some links to help:

Is it possible to bring in multiple authors on a single project?

No. As of now, the only way to work together is to share source code, as described above (Can I share project code with other App Inventor users?).