• Uploading and using media files in App Inventor • Playing and looping sound files • Arranging and placing user interface elements where you want them In the previous chapter, you walked through the process of creating your design goals, primitives, and process. in this chapter, you take all of that from the previous chapter and put it into play. I also walk you through several complex algorithms. Take special note of the method for placing and centering user interface elements on the screen. You need to reuse this method for almost any project you create. Creating user interfaces in App Inventor can be frustrating until you master the method of using invisible padding elements to adjust visible elements on [...]
Google-Usb_Driver
Android Driver
The USB driver for Windows is a downloadable component for the Android SDK. If you are developing on Windows and would like to connect an Android-powered device to test your applications, then you will need to install the USB driver. This document provides information about the latest version of the USB driver and a guide to installing the driver on your development computer.
OrderDroid: A Maintainable Mobile Commerce App
• Creating an android application with multiple screens • Getting data out of your App Inventor android application with e-mail • Using ActivityStarter to start other Android android Android application One of the questions App Inventors ask most often is, “How do I get data out of my android application?” in this chapter, you build an android application that takes user data and e-mails it to a given address. This is a good method for gathering field data and storing it elsewhere. In a later project, you see how to use the TinyWebDB component to get data in and out of your android Android application. The e-mail method you learn in this project could be used to send data to [...]