What is Android? Android is among the most popular operating systems aimed towards mobile devices such as smartphones, and is currently the most widely.

Slides:



Advertisements
Similar presentations
Mobile Application Development Keshav Bahadoor. Part 1 Cross Platform Web Applications.
Advertisements

Daniel & Stephen SKH St. Mary’s Church Mok Hing Yiu College 1.
Amanda Silver Director of Program Management Visual Studio Tools for Client Applications Cross-Platform Development using Visual Studio.
Ray Pastore, Ph.D. Assistant Professor of Instructional Technology – UNCW m HOW TO BUILD MOBILE APPS FOR IOS AND ANDROID.
2. Setting Up Your Android Development Environment.
Presented By: Ayelet Birnbaum Yael Kazaz Supervisor: Viktor Kulikov 07/05/12.
Introduction to AppInventor Dr. José M. Reyes Álamo.
RAY PASTORE, PH.D. ASSISTANT PROFESSOR OF INSTRUCTIONAL TECHNOLOGY – UNCW How to Build Mobile Apps for iOS and Android.
Ray Pastore, Ph.D. Assistant Professor of Instructional Technology – UNCW m HOW TO BUILD MOBILE APPS FOR IOS AND ANDROID FOR FREE!!!
MOBILE APP DEVELOPMENT Presented by Md. Zakaria Chowdhury CEO, Webcraft Bangladesh Director, Sylhet IT Academy.
SCERSIG: Creating Android Apps with App Inventor 26 October 2011 Ric Paul, Health Services Library, Southampton.
Welcome to App Inventor Design and program your own mobile apps.
Programming with App Inventor Computing Institute for K-12 Teachers Summer 2012 Workshop.
How to Use App Inventor in Your Classroom Julie Friesen Piper Middle School Technology 6 th -8 th Grades Edmodo Group Code to Join for More Resources:
Emerging Platform#4: Android Bina Ramamurthy.  Android is an Operating system.  Android is an emerging platform for mobile devices.  Initially developed.
Social Media Apps Programming Min-Yuh Day, Ph.D. Assistant Professor Department of Information Management Tamkang University
Android Application Development 2013 PClassic Chris Murphy 1.
Daniel, Stephen & Thomson 1. » Easy for learners to create mobile apps for Android smart phones » Visually fitting together puzzle piece-shaped "programming.
RIA Introduce Comparison among several technology.
Android Introduction Platform Overview.
Sayed Ahmed BSc. Eng. In Computer Sc. and Eng. (BUET), Bangladesh MSc., Computer Science, Canada President/Chief Architect/Lead Developer Justetc (Just.
Mobile Programming Lecture 1 Getting Started. Today's Agenda About the Eclipse IDE Hello, World! Project Android Project Structure Intro to Activities,
TC2-Computer Literacy Mr. Sencer February 8, 2010.
Wireless Mobility with Android 1 Presented by: Ung Yean MS. Computer Science American University, Washington DC, USA.
"Project AirNet" AppInventor android development for everyone Nejc Grošelj
@2011 Mihail L. Sichitiu1 Android Introduction Platform Overview.
Daniel, Stephen & Thomson 1. » Easy for learners to create mobile apps for Android smart phones » Visually fitting together puzzle piece-shaped "programming.
BY, CHRISTOPHER CHIOSA Android Applications. Android App Development There are over 80,000 apps on the Google Play Store. The global app economy reached.
Sayed Ahmed Computer Engineering (BUET), Bangladesh MSc., Computer Science, Canada President/Chief Architect/Lead Developer Justetc (Just et cetera) Technologies.
HTML5 for Mobile Andrew Kinai. HTML vs HTML5 HTML:A language that describes documents' formatting and content, which is basically composed of static text.
DUE Introduction to the Android Platform Working Connections 2011.
1 3. Computing System Fundamentals 3.1 Language Translators.
Mobile Device Programming
Mobile web Sebastian Lopienski IT Technical Forum 29 June 2012.
CS 104 October 12, 2011 Potpourri. Agenda Scratch Kinect demo Quiz discuss Getting Ready for App Inventor Next Monday  Exam.
Apache Cordova Tools in Visual Studio
Android Laser Pointer Control Client System Block Diagram Functional Requirements Development Platform.
 Installation of Android Development Environment  Creating the App with OpenGL ES API  Running the App on Emulator Android App Development.
Presented by Christopher Wilkins Jeff Titus Stephan Krach Pablo Bajo.
1 KaaShiv InfoTech  Presents  INTEL XDK For Inplant Training / Internship, please download the "Inplant training registration form" from our website.
Jan Hatje, DESY CSS GSI Feb. 2009: Technology and Interfaces XFEL The European X-Ray Laser Project X-Ray Free-Electron Laser 1 CSS – Control.
Top 12 Frameworks for Android App Development
Installation of Visual Studio Android emulator and Android Studio
Intoduction to Andriod studio Environment With a hello world program.
 Can access all API’s made available by OS vendor.  SDK’s are platform-specific.  Each mobile OS comes with its own unique tools and GUI toolkit.
Master Software Solutions Pvt.Ltd.. These days the demand of smart phone is being increased and we have different types of client e.g. Touch Phone, tables,
Google Web Toolkit for Mobile Applications Development INGENUITY AT ITS BEST……………….
Best 5 Mobile App Development Tools for Developer's to think beyond the Limitation.
Lesson 1 – Getting Started with App Inventor
An Introduction App Design Flat Rock Community Schools Introductory Java Programming.
Guide To Develop Mobile Apps With Titanium. Agenda Overview Installation of Platform SDKs Pros of Appcelerator Titanium Cons of Appcelerator Titanium.
Introduction to Programming and App Inventor. Introduction What is a computer program? Introducing App Inventor Getting hands on with App Inventor.
ASUEat Android App Benjamin Dummer Brian Clee Christian Zavala-Santos Kyle Huff Dr. Tashakkori’s Spring 2012 STEP Group:
Daniel, Stephen & Thomson
Mobile Device Development
Beginning of Xamarin for iOS development
App Inventor إعدادأشرف رفاعي أحمد
Browsers and Web Platforms
Computing.
Android.
CA16R405 - Mobile Application Development (Theory)
MIT App Inventor By Hans Yip.
Mobile App Development
SEEM4570 Tutorial 1 Android SDK + XCode SDK +
AppInventor android development for everyone
Chapter 3 – part2.
Introduction to AppInventor
Korea Software HRD Center
Are You Remote? Presented by.
Programming your Robot
Presentation transcript:

What is Android? Android is among the most popular operating systems aimed towards mobile devices such as smartphones, and is currently the most widely used platform for smartphones.

Developer Tools The Android Development tools is a plugin for Eclipse that comes with a full Java IDE for building, debugging and testing through Eclipse or C++.

ADK Features: On-device Java debugging Development on any Android device Support for code written in C++ Drag and drop Android User Interface Visual refactoring Graphical User Interface constructors

MIT App Inventor MIT App Inventor is an online program used for easy creation of android apps via a web browser. It uses a drag and drop graphical interface to create apps for android systems. MIT App developer is used to select components for apps using the App Inventor Designer, and uses the App Inventor Block Editor to create program blocks that regulate program behavior. It is supported for Windows, Mac OS X, and GNU/Linux.

MIT App Inventor(continued) App Inventor manages work by storing user information in the App Inventor servers. You can use the Android emulator or a connected android device to test your work as you develop the application.

MIT App Inventor(continued)

Designer The App Inventor Designer is the browser-run page where general components are selected, and where the User Interface is designed.

Blocks Editor The Blocks Editor is the Java run editor where the behavior of the app and it’s components is programmed and regulated. The Built-In palette contains the standard block sets for any app. The Advanced palette contains blocks for higher level apps The My Blocks palette contains blocks more relevant to the components chosen in Designer

Sources what-app-inventor.html what-app-inventor.html ml