Android App Design 1. Outline Motivation Introduction Development Environment Implementation Process Conclusion References 2.

Slides:



Advertisements
Similar presentations
Programming Mobile Applications with Android
Advertisements

Autumn 2013C.-S. Shieh, EC, KUAS, Taiwan1 微算機原理 / 微算機實習 Chin-Shiuh Shieh Department of Electronic Engineering National.
1 Mobile Computing Mobile First (formerly Worklight) Copyright 2015 by Janson Industries.
Coursework 2: getting started (4) – using PhoneGap to build mobile applications (optional) Chris Greenhalgh G54UBI /
Android: Hello World Frank Xu Gannon University. Steps Configuration ▫Android SDK ▫Android Development Tools (ADT)  Eclipse plug-in ▫Android SDK and.
大華技術學院九十五學年度 資工系計算機概論教學大綱 吳弘翔. Wu Hung-Hsiang2 科目名稱:計算機概論與實習 授課老師:吳弘翔 學分數: 4 修別:必修 老師信箱:
Android Mobile Application for Traveling Salesman Problem
By: James Ondecko  What is Android?  Helpful backgrounds for Android development  Tools & Installs  Android Virtual Devices  Helpful references.
Android vs iOS vs Windows Phone 7 Alejandro Mesa (am3473)
Android 遊戲設計模組 1 Android 開發環境建構 郭育政 東吳大學資訊管理系 涂昆源 萬能科技大學資訊工程系 余執彰 萬能科技大學資訊工程系 周建興 淡江大學電機工程系 林旭陽 東吳大學資訊管理系 教育部網路通訊人才培育先導型計畫 ─ 課程發展計畫.
2. Setting Up Your Android Development Environment.
Asst.Prof.Dr.Ahmet Ünveren SPRING Computer Engineering Department Asst.Prof.Dr.Ahmet Ünveren SPRING Computer Engineering Department.
Android Application Development with Java UPenn CS4HS 2011 Chris Murphy
ANDROID PROGRAMMING MODULE 1 – GETTING STARTED
Setting up the Development Environment Copyright © SUPINFO. All rights reserved Preparation.
How to make it work? Doncho Minkov Telerik Academy academy.telerik.com Technical Trainer
SET UP COMPUTER ** PLEASE BE AWARE SCREENSHOTS MAY NOT MATCH **
Virtual Reality Course Slide  NTU Mobile HCI Lab, Mike Chen   Android Developers 
Creating a Hello App Using Google App Engine. What are Google apps? Apps is an abbreviation for application. An app is a piece of software. It can run.
SEEM4570: XAMPP, Eclipse, Summary of Html Kangfei Zhao Room 711,ERB
UFCFX5-15-3Mobile Device Development UFCFX Mobile Device Development An Introduction to the Module.
Hanoi Tourist Map on Android Student : Nguyễn Xuân Nam Supervisor : Dr. Vũ Tuyết Trinh 1 HANOI UNIVERSITY OF SCIENCE AND TECHNOLOGY Programme de Formation.
Android 2: Introduction to the Technology Kirk Scott 1.
Google Maps Android API v2 吳俊興 國立高雄大學 資訊工程學系 CSF645 – Mobile Computing 行動計算
Wireless Mobility with Android 1 Presented by: Ung Yean MS. Computer Science American University, Washington DC, USA.
Android Programming By Mohsen Biglari Android Programming, Part1: Introduction 1 Part1: Introduction By Mohsen Biglari.
Vs. Ease of Developing 3 rd Party Applications. Points of Interest Closed Source vs. Open Source – Does It Matter? Objective-C vs. Java – Implementation.
1 Mobile Computing Set Up Copyright 2015 by Janson Industries.
Introduction to Android Android How to Program © by Pearson Education, Inc. All Rights Reserved.
Smart Phone Laboratory ECEN 489 Srinivas Shakkottai.
Android. The Eclipse IDE Installation Requirements: Eclipse Java Windows All must match (32-bit OR 64-bit) If you have a 64-bit OS & 32-bit browser,
 Java SE Develop Kit (JDK) 包含了編寫 Java 語言程式時可能會使用的元件。  Android SDK 開發 Android 程式的工具。  Eclipse with Android Development Tools (ADT) plugin 免費的程式編寫工具,加上.
Introduction to Android. Android as a system, is a java based operating system that runs on the Linux kernel. The system is very lightweight and full.
Ali Shahrokni Application Components Activities Services Content providers Broadcast receivers.
Setting Up The Android SDK (Software Development Kit) A basic step by step guide leading to set up and your first Hello World App.
Presented By: Muhammad Tariq Software Engineer Android Training course.
Android architecture & setting up. Android operating system comprises of different software components arranges in stack. Different components of android.
A (very brief) intro to Eclipse Boyana Norris June 4, 2009.
Android Development Environment Environment/tools Windows Eclipse IDE for Java Developers (v3.5 Galileo) Java Platform (JDK 6 Update 18) Android.
Educational & entertraiment applications on Android platform «Piano» and «Abetare» Anisa Shehu Prof. Asoc. Elinda Meçe 14 th Workshop “Software Engineering.
First Venture into the Android World Chapter 1 Part 2.
Sprint 1 February 14 th – 28 th.  We will be developing a 2d game for the Android OS application platform for smart phones  Development in Java  Using.
TRAVEL PLANNER Done by: Dania mohammad Abu Elown. Ruaa Tahseen Barakat. Supervisor: Dr. Raed Al-Qadi.
OLtRA: A Mobile Application Language Michael Olson February 1st, 2011.
Introduction to Android
 Installation of Android Development Environment  Creating the App with OpenGL ES API  Running the App on Emulator Android App Development.
CS7 Recitation Cem Akkaya. Outline  Homework-0 in detail  Useful links and tools  Setting up your java environment.
Introduction to Android Android Club Agenda Set development environment “Hello Android” app Device connection Debugging.
TODAY Android Studio Installation Getting started Creating your 1 st App Beginning to understanding Intents.
By, Rutika R. Channawar. Content Introduction Open Handset Alliance Minimum Hardware Requirements Versions Feature Architecture Advantages Disadvantages.
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,
Best 5 Mobile App Development Tools for Developer's to think beyond the Limitation.
GRADUATE SEMINAR – CPSC 8985 FUTURE SMS BY Suresh Kurapati Varun Chowdhary Enjum Umakanth Vellanki Under the guidance of Dr. Soon-Ok-Park.
Android apps development - Eclipse, Android SDK, and ADT plugin Introduction of.
A Study of SNS App on Android Platform and Development of “Follow5 App” Name : Huang Xun Professor : Henry Cho Date :
IBM Worklight environment setup 1. Eclipse IDE Multi-purpose integrated development environment (IDE) Open source Supported for Windows, Mac OS X, Linux.
Day 1 Session 2. Setup & Installation
The Basics of Android App Development Sankarshan Mridha Satadal Sengupta.
Supervisor :- Dr. Muneer Bani Yassin Development by :-
A Study of Google Map API on Android Platform and an “EasyEat”
Walk n’ Play Project Group-8 Sivarama Krishna Polamraju
Obtaining the Required Tools
3D Tetris Game on Android OS
Development-Introduction
Android 基礎.
Korea Software HRD Center
Mobile Programming Dr. Mohsin Ali Memon.
CA16R405 - Mobile Application Development (Theory)
CA16R405 - Mobile Application Development (Theory)
Presentation transcript:

Android App Design 1

Outline Motivation Introduction Development Environment Implementation Process Conclusion References 2

Motivation Technology is more developed than past. And smart phones are becoming more common now. With smart phones in general, the mobile app is also getting diversification. 3

Introduction Android is the Linux-based operating system. And it is the open source operating system. Profit Source integrate a lot of things. Example:Gmail,Youtube,Google map, Android market. Android provides a complete development tools and frameworks. 4

Development Environment Install the JDK to compile Java language. 5

Install the Eclipse IDE. Eclipse is the famous Integrated Development Environment. Install the Android SDK. 6

Install the ADT(Android Development Tools). Help/Install New Software. 7

After install the ADT completely, we need to restart the Eclipse IDE. 8

Update and Installing the SDK Install the SDK platform suite and the API of other vendors. Window/Android SDK Manager 9

Establishment and start the AVD Window/AVD Manager 10

11

Implementation Process Open the Eclipse IDE and select workspace directory. 12

Select the installation path of the Android SDK to complete the workspace set. 13

Create a new project. 14

Sample 15

16

Layout public void button1_Click(View view) 17

Online documents of Android 18

Simple application a.Search Constellation 19

b. BMI calculation 20

Conclusion Although the achievements are simple, however, during the production process i can learn about how it is made. The mobile app is very universal now. Relatively, there are many engineers in this domain. 21

References 1.Download Java ads/index.html ads/index.html 2.Download Eclipse IDE 3.Download SDK 4.Online documents of Android 5. 新觀念 Android SDK 程式設計範例教本 陳會安 著,旗標出版股份有限公司 22