- Sharing, - Layout, - & using Screens with App Inventor Earl Bergquist, Garfield High School Crucial Things to know:

Slides:



Advertisements
Similar presentations
My EBSCOhost Tutorial Tutorial support.ebsco.com.
Advertisements

App Inventor Useful links:
Tutorial 6: Managing Multiple Worksheets and Workbooks
 Share assignments and files  Student and parent home access  Announcements  Classroom information.
Optimizing Windows There are several ways to optimize (perform regular maintenance) Windows to keep it performing smoothly and quickly. Most of these discussed.
In the top right hand corner you will type in your package code in the box that says “Place Order.” Then you will click “Go.”
6 th Annual Focus Users’ Conference Teacher Lesson Plans Presented by: Kori Watkins.
CIS101 Introduction to Computing Week 02. Agenda Your questions CIS101 Blackboard Site Excel Project One Next Week.
Staff iPad WebDAV Setup Guide You may already have WebDav downloaded and on your iPad.
App Inventor Barb Ericson Georgia Tech
Nursing Reference Center Plus Tutorial support.ebsco.com.
New School Websites Teacher Pages. Visit the SCUSD Website for videos tutorials: For more information.
Programming with App Inventor Computing Institute for K-12 Teachers Summer 2012 Workshop.
Before you begin If a yellow security bar appears at the top of the screen in PowerPoint, click Enable Editing. You need PowerPoint 2010 to view this presentation.
The Creative Art of Programming © Copyright 2014 Barbara Ann Walters. All Rights Reserved.
MSDSonline HQ: Viewer Site Tour Main Menu Getting to your Company List Searching within your Company List How to View and Print an MSDS How to Print a.
Introduction to. What is Office 365 Office 365 is the same Office you already know and use every day. Office 365 is powered by “the cloud” which is a.
Prepare Your Academy for 2013
{ Digital Notebooks Microsoft Office OneNote Michelle Lawrence Kearney High School
ACS-1805 Introduction to Programming 1805 introduces students to programming using technology for creating programs that run on Android devices. Android:
FIRST COURSE Access Tutorial 1 Creating a Database.
Blio App Tutorial for Android. eBooks Axis 360/Blio.
Next Going Google: Part 1 What is Google Apps? Why use Google Apps? How do I access and activate my Google Apps Account? Slide 1 of 21 Click Next to begin.
Playing Music in Alice By David Yan Under the direction of Professor Susan Rodger July 2015.
Chromebook Basics:. Chromebook Components: Memory Card Slot 3.0 USB Port USB Port HDMI Port Power Port (Charging) Head Phone Jack SD Card Slot.
Support.ebsco.com My EBSCOhost Tutorial Tutorial.
Support.ebsco.com Download Manager Tutorial. Welcome to EBSCO’s NetLibrary Download Manager tutorial. NetLibrary offers the most comprehensive collection.
Black and White and Scanned All Over USING QR CODES IN MATH, LANGUAGE, AND CONTENT.
Moodle with Style Integrating new technologies to empower learning and transform leadership.
Tab Pilot Updates 5.0 What’s new for Tab Pilot this fall?
Support.ebsco.com Introduction to EBSCOhost Tutorial.
Plickers-student response tool Fall Navigate to the Plickers website You will need access to the Internet, a set of Plickers.
OneNote. OneNote? Microsoft OneNote 2010 is a digital notebook that provides a single place where you can gather all of your notes and information, with.
How to use Draggo. Table of Contents 1) About Draggo 2) Creating an account 3) Get the button: Part 1 4) Get the button: Part 2 5) Page Setup (Basics)
1 Mezzanine Ware (Pty) Ltd © 2014 Installing\Uninstalling the Mezzanine Helium Android application.
Accessing Electronic Books Using the University’s Online Library Catalog A TUTORIAL.
Develop Your Web Presence Using WEEBLY TECHNO DRAGON PD | WEEBLY.
VB.NET and Databases. ADO.NET VB.Net allows you many ways to connect to a database. The technology used to interact with a database or data source is.
XP New Perspectives on Macromedia Dreamweaver MX 2004 Tutorial 5 1 Adding Shared Site Elements.
 Linking to a school website page  Linking to a class blog  Linking to student writing  Giving instructions to students.
3 Apps for Primary Teachers to Organize Center Activities iPossibilities Conference – June 10, 2014 Amanda Hanna
AMCA Training Contents Module selection Navigation Assignments (Online) Assignments (Upload a file) Forums (online discussions) Wikis Reveals Watching.
Lesson 1 – Getting Started with App Inventor
Instructional Design Center Embedding Google Documents in Blackboard.
Instructional Design Center Importing Blackboard Course Packages.
Using the My EBSCOhost Folder Tutorial support.ebsco.com.
Introduction to EBSCOhost
 Open the course to add an online class  Click on Add a Page (left side)  Type in a name  Click on Create  Click on the Content Tab  Click on Add.
Advantage16 Getting Started
North Attleboro High School
OneNote.
How to get started with RefWorks
OneNote.
Registering for Easy Bib and Creating a Works Cited Page
**Please view the instructional guide as a slideshow**
Visual Programming week # 01
Google Drive.
Eagle Gate College/Provo College Group
App Inventor Want to learn how to make mobile apps for your Android phone or tablet?
How to get started with RefWorks
Kanban Task Manager SharePoint Editions ‒ Introduction
Thank you for downloading a BCU Research Poster Template!
Thank you for downloading a BCU Research Poster Template!
PLICKERS.COM STEP-BY-STEP GUIDE CREDIT: plickers.com.
Steps to Download and Install the Desktop Reader
Learn on the Move with the Moodle Mobile App
Thank you for downloading a BCU Research Poster Template!
Adding members to ArcGIS Online
Presentation transcript:

- Sharing, - Layout, - & using Screens with App Inventor Earl Bergquist, Garfield High School Crucial Things to know:

Installing and Sharing an App Installing an App to a Device: 1.Build the App as a QR Code: the displayed QR code is simply is a link to a copy of your.apk file online for the next couple hours. Use a scanner App to Scan the QR code, taking you to the URL of the.apk that can be download and installed. 2.Build the App “save.apk to my computer” simply does that, you will find the.apk file in your downloads, and you can manually copy or share that file to be installed on any Android device. Note: Android Devices (enabled for "Unknown Sources”) allow one to install Apps files (.apk) that are downloaded from the internet or copied to the device. AI has two options under the “Build” tab to accomplish this:

Sharing an App Inventor Project Sharing an AI Project (.aia file): Export.aia: Under Projects tab, there is the item to “Export selected project (.aia) to my computer” (or all of them). This will assemble the project and download its.aia file to your computer. This file can then be shared or turned in as an assignment. Import.aia: Under the Projects tab, there is the item to “Import project (.aia) from my computer …” which will allow you to select the file to be imported and then adds a full copy of that project to your account. Note: Android Apps files (.apk) do not allow one to view a Project Design or Blocks in App Inventor, this requires importing a copy of the project via the.aia file:

Layout Arrangements Unlike LucidChart, App Inventor auto arranges components in one of three ways: Horizontally Vertically Tables These can be found in the Layout tab.

Horizontal Example: Three buttons lined up horizontally

Vertical Example: Image and label lined up Vertically, and automatically centered

Table Example: a 2 x 4 table of labels

Combination Example: a vertical arrangement with an image and a horizontal arrangement with 2 buttons

Screens Additional Screens can be add and deleted to create the pages of an App: Under Control, add Blocks to “open another screen” by name (i.e. when a button is clicked) and make sure to “close screen” the current. Note: the clever use of an “if true” block to include both the screen blocks here, since there is no bump below the “open” block.

Warning about Screens Screens can be flaky when used with AI Companion. Hopefully this will be fixed soon, but… If the device is not going to the next screen when using the AI Companion, simply change the screen manually from App Inventor. The best way to test navigating screens is to Build and install the.apk file to a device. There is an alternative using on Screen with a series of Templates to accomplish the pages of an App; for more details see this webpage:

Screens and Data You can pass one data value (variable) from screen to screen, using these two control blocks: But if you have more data, it is best to use a database (DB). See Tutorial videos on the TinyDB and TinyWebDB at the Technology Alliance page:

There’s lots to help out there - The MIT App Inventor site (appinventor.mit.edu) has a ton of Resources to help: Tutorials, Curriculum, Forums and excellent Concept Cards (even better when laminated): AppInventor.org has Beginner & IntermediateAppInventor.org Video Tutorials & a “Course in a box” + Plus an Excellent Book: App Inventor 2: Create your own Android Apps by David Wolber Free online at: Also available in print…