App Inventor 2 @http://appinventor.mit.edu/explore/get-started Want to learn how to make mobile apps for your Android phone or tablet?

Slides:



Advertisements
Similar presentations
Programming with App Inventor Computing Institute for K-12 Teachers Summer 2012 Workshop.
Advertisements

Android architecture overview 1 CS 150. Android  A software stack for mobile devices developed and managed by Open Handset Alliance  Free software under.
App Inventor Useful links:
Daniel & Stephen SKH St. Mary’s Church Mok Hing Yiu College 1.
The purpose of this PowerPoint presentation, is to help the user make the connection between a SmartPhone (iPhone or Droid) and software games written.
App Inventor Barb Ericson July 3, 2013.
Creating Mobile Apps with App Inventor! Day 4 Google search Kris Gordon Ludlow for links.
App Inventor Barb Ericson Georgia Tech
SCERSIG: Creating Android Apps with App Inventor 26 October 2011 Ric Paul, Health Services Library, Southampton.
1. On your smartphone or tablet, visit the Apple App Store or the Google Play Store. Search for: In Case of Crisis Education OR, with the QR code reader.
The Creative Art of Programming © Copyright 2014 Barbara Ann Walters. All Rights Reserved.
Download the free ‘SCAN’ app to your mobile device.
Daniel, Stephen & Thomson 1. » Easy for learners to create mobile apps for Android smart phones » Visually fitting together puzzle piece-shaped "programming.
1 BCSWomen Android programming (with AppInventor) Family fun day World record attempt.
Android Apps: Look and Feel Module 6, Intro to I.T., Fall 2011 Sam Scott.
ACS-1805 Introduction to Programming 1805 introduces students to programming using technology for creating programs that run on Android devices. Android:
Daniel, Stephen & Thomson 1. » Easy for learners to create mobile apps for Android smart phones » Visually fitting together puzzle piece-shaped "programming.
Intro to AppInventor Dr. Dante Ciolfi (chawl fee).
Android in Teaching Beginning Course. Workshop Agenda General Android Tablet Information Basic Tablet Functions Connectivity Wi-Fi Bluetooth & Bluetooth.
App Inventor MIT App Inventor.
CIS 103 — Applied Computer Technology Last Edited: September 17, 2010 by C.Herbert Connecting USB Devices to Personal Computers.
+ Misc Advanced AppInventor Concepts. + Using Multiple Screens in Apps You can have more than one screen in your app and move back and forth Lets watch.
Setting up and getting going with…. MIT App Inventor.
Introduction for Families. Seesaw gives your child a place to document their learning, be creative and learn how to use technology. Seesaw is a new way.
Using QR Codes in the Classroom with the…. A QR Code (Quick Response Code) is a type of barcode that can be used to store and share information. The information.
MUzima INSTALLATION BY RUTH KEITANY 10/29/20151 mUzima Installation.
App Inventor for Android 唐健恒. Outline About App Inventor Getting started Tutorials Reference Documentation  Component Reference  Blocks Reference.
Lesson 1 – Getting Started with App Inventor
Link for App Inventor II:
 This is an online tool that one can use to share with multiple users either by saving and printing their creation or sending the link to someone else.
- Sharing, - Layout, - & using Screens with App Inventor Earl Bergquist, Garfield High School Crucial Things to know:
LOGO iPhone to Galaxy Note Transfer Transfer iPhone Data to Galaxy Note 3/Note 4/Note 5/Note Edge.
 Learn the mechanics of using App Inventor to build apps.  Learn how to design an app’s user interface with the App Inventor Designer, and its behavior.
1.Launch ‘App Store’ on your device 2.Type in ‘AsknLearn’ within the search field to minimize search 3. Select to download Annex B: Mobile Device - Installing.
New Client Portal Instructions. Welcome to the NEW Julie K Wiedner CPA, PC Client Portal. We are providing you with these instructions to aid in setting.
Daniel, Stephen & Thomson
Introduction to App Inventor 2 ASFA AP CS Principles
North Attleboro High School
What this activity will show you
Augmented Reality/ Virtual Reality
Downloading and Installing
App Inventor إعدادأشرف رفاعي أحمد
Introduction for Families
Outlook Mobile App for Android
What this activity will show you
QR codes in the classroom
The playground can be in any area of the ecosystem
Visual Programming week # 01
APK Downloader
Visual Programming week # 02 APP (Application) Architecture.
Starting AppInventor in the Classroom
Thanks for being a Hero Customer!
MOA Delta Mobile OA Installation Guide 2015/12/16.
What this activity will show you
MOA Delta Mobile OA Installation Guide 2015/12/16.
MIT App Inventor By Hans Yip.
Downloading the LAUSD Emergency Plan App from In Case of Crisis
Introduction for Parents
How to Download the RRC App to Your Phone
Compile, Build, and Debug
Have you downloaded the latest PCCP Mobile app yet?
5 Steps to file your objections/ suggestions on KUDA Master Plan 2041
How to install App from Google Play
Benefits and Wellness – MDLIVE
Introduction to AppInventor
Programming your Robot
Download the My Learning App
CrowdCompass AttendeeHub
Unit 8: Mobile App DeveLopment
Presentation transcript:

App Inventor 2 @http://appinventor.mit.edu/explore/get-started Want to learn how to make mobile apps for your Android phone or tablet?

App Inventor2 Develop apps on website: ai2.appinventor.mit.edu Need a google account to log in Live testing in a connected device Install “MIT AI2 Companion” app in the device Connect both your computer and your device to the SAME WiFi Network App Inventor is a cloud-based tool

DigitalDoodle Designer: Set the Screen so that it does not scroll the screen’s scrollable box is unchecked Drawing and Animation Canvas: fill the parents

DigitalDoodle Blocks Designer: Set the Screen so that it does not scroll : uncheck the screen’s scrollable When you are using a Canvas, you have to turn off screen’s the "Scrollable" setting (UNCHECK THE BOX) so that the screen does not scroll. This will allow you to make the Canvas to fill up the whole screen.

Connect AI companion On PC, you will see a QR code On your device, MIT App Inventor2 companion screen is shown with two options Connect with code Scan QR code Fun to try: can your device be connected with my QR code? -- share?

Packaging your app App (provide QR code): You can generate a Barcode (a QR Code), which you can use to install the app on a phone or tablet that has a camera, with the aid of a barcode scanner, like the ZXing barcode scanner (freely available in Google Play). Note: this barcode works only for your own device because it is associated with your google account. If you want to share your app with others via barcode, you'll need to download the .apk file to your computer and use a third-party software to convert the file into a barcode. 2. App (save to my computer): You can download the app to your computer as an apk file, which you can distribute and share as you like by manually installing it on other devices.

HelloPurr http://appinventor.mit.edu/explore/ai2/hellopurr.html 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.

TalkToMe You will need: Textbox Button TextToSpeech Designer You will need: Textbox Button TextToSpeech AccelerometerSensor Non-visible components

TalkToMe

BallBounce Designer Blocks Screen: uncheck scrollable Canvas: fill parents Ball: Radius, PaintColor Blocks Block editor