background preloader

Commencer avec App inventor

Facebook Twitter

Les fondamentaux pour débuter avec App inventor:
le site officiel
la doc
tuto de prise en main

MIT App inventor. Tout Google avec un seul compte Connectez-vous à votre compte Google. Localiser mon compte Mot de passe oublié ? Se connecter avec un autre compte Créer un compte Tout Google avec un seul compte. Présentation d’Arduino - Arduino : premiers pas en informatique embarquée. App Inventor Language Blocks. Components - App Inventor for Android.

App Inventor : Documentation & Support (anglais) AI2 Lists | Explore MIT App Inventor. List Blocks Need additional help understanding lists? Check out making lists on the Concepts page. create empty list Creates an empty list with no elements. make a list Creates a list from the given blocks. Add items to list Adds the given items to the end of the list. Is in list? If thing is one of the elements of the list, returns true; otherwise, returns false. Length of list Returns the number of items in the list is list empty?

If list has no items, returns true; otherwise, returns false. pick a random item Picks an item at random from the list. index in list Returns the position of the thing in the list. Select list item Selects the item at the given index in the given list. Insert list item Inserts an item into the list at the given position replace list item Inserts replacement into the given list at position index. Remove list item Removes the item at the given position. append to list Adds the items in the second list to the end of the first list. copy list is a list? List to csv row lookup in pairs. Important Concepts in App Inventor 2. See also: App Inventor Glossary Commands and Expressions When an event handler fires, it executes a sequence of commands in its body. A command is a block that specifies an action to be performed on the phone (e.g., playing sounds).

Most command blocks are purple in color. The Play block is an example of a command in HelloPurr: Some commands require one or more input values (also known as parameters or arguments) to completely specify their action. Commands are shaped so that they naturally compose vertically into a command stack, which is just one big command built out of smaller ones. When this stack of commands are placed in a body of an event handler (e.g., the when.Button1.Click event handler), the command will be executed from the top to the bottom. Back to Main AI2 Concepts Control Flow When an event handler fires, you can imagine that it creates a karaoke-like control dot that flows through the command stack in its body.

Arranging Components on the Screen Example Data & Databases. Table of Contents - Hello App Inventor!: Android programming for kids and the rest of us. Utiliser app inventor sur smartphone sans wifi. Installing the Windows software for App Inventor Setup has two parts: Installing the App Inventor Setup software package. This step is the same for all Android devices, and the same for Windows XP, Vista, Windows 7, 8.1, and 10.If you choose to use the USB cable to connect to a device, then you'll need to install Windows drivers for your Android phone. NOTE: App Inventor 2 does not work with Internet Explorer. For Windows users, we recommend using either Chrome or Firefox as your browser for use with App Inventor.

You must perform the installation from an account that has administrator privileges. Installing via a non-administrator account is currently not supported. If you have installed a previous version of the App Inventor 2 setup tools, you will need to uninstall them before installing the latest version. Download the installer.Locate the file MIT_Appinventor_Tools_2.3.0 (~80 MB) in your Downloads file or your Desktop. Something not working right? Connecting to a phone or tablet with a USB cable. When you use App Inventor with a phone or tablet, that device communicates with the App Inventor software running in your computer's browser window. This communication is managed by the AI2 Companion App running on the device. The instructions below (step 2) explain how to install the companion. The Companion can communicate with your computer over a wireless connection. This is the method strongly recommended by the App Inventor team. It does not require any additional software to be installed on your computer.

(See Option 1, under Setting up App Inventor.) There are, however, some environments where wireless connections won't work. Setting up a USB connection can be awkward, especially on Windows machines, which need special driver software to connect to Android devices. Here are the steps for beginning to use App Inventor with the USB cable: Step 1: Install the App Inventor Setup Software To connect with USB, you need to first install the App Inventor setup software on your computer.

Créez votre première application mobile : Hello World (You tube) Debuter app inventor. Création d'applications mobiles : synthèse des 8 tutos pour débutants - Teen-Code. Teaching with App Inventor.