Android 基礎.

Slides:



Advertisements
Similar presentations
A N I NTRODUCTION TO A NDROID P ROGRAMMING Xinfeng Li CSE OSU.
Advertisements

1 of 5 This document is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS OR IMPLIED, IN THIS DOCUMENT. © 2007 Microsoft Corporation.
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.
CS115 HOW TO INSTALL THE JAVA DEVELOPMENT KIT (JDK)
Installing JDK Vijayan Sugumaran Department of DIS Oakland University.
1 of 3 This document is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS OR IMPLIED, IN THIS DOCUMENT. © 2007 Microsoft Corporation.
By: James Ondecko  What is Android?  Helpful backgrounds for Android development  Tools & Installs  Android Virtual Devices  Helpful references.
How to install Java CSC 2310 D M Rasanjalee. Steps 1.Download Java 2.Install Java 3.Update Path environmental variable 4.Verify Installation.
13-Jul-15 Getting Ready for Java. 2 What You Need 256 MB of RAM (512 MB or more recommended) 500 MHz Pentium or better Macintosh: must run Mac OS X, preferably.
ANDROID PROGRAMMING MODULE 1 – GETTING STARTED
6: Getting Started with Android. Android Android Inc. was initially started in 2003 It was acquired by Google in 2005 The hardware side of Android is.
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 
Getting Started with Android Programming Note: if you have already installed android development tools, please check that you have the same version as.
© Frank Mueller & Seokyong Hong (TA) North Carolina State University Center for Efficient, Secure and Reliable Computing Android Installation Guide (2)
Android Application Development CSE 5520/4520 Wireless Networks.
SEEM4570: XAMPP, Eclipse, Summary of Html Kangfei Zhao Room 711,ERB
Better reference the original webpage :
Excel Connector for JIRA Installation and functional presentation.
How to Download and Install a Sharp Print Driver on a Mac.
Eclipse Overview Introduction to Web Programming Kirkwood Continuing Education Fred McClurg © Copyright 2015, Fred McClurg, All Rights Reserved.
Selenium Web Test Tool Training Using Ruby Language Discover the automating power of Selenium Kavin School Kavin School Presents: Presented by: Kangeyan.
1 Mobile Computing Set Up Copyright 2015 by Janson Industries.
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,
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.
Plugin Usage Autodesk Revit. Using Plug-in in Revit Which version to download? How to download & install? How to use Dulux Palette during specifications?
Setting Up The Android SDK (Software Development Kit) A basic step by step guide leading to set up and your first Hello World App.
ATG Environment Setup In this session you will learn – Setting Up ATG environment – Creating new ATG application – Configuring Data Source – Configuring.
Presented By: Muhammad Tariq Software Engineer Android Training course.
CSc2010 Lab Fall 2015 Bing Li. Contact  Name : Bing Li   Website : cs.gsu.edu/~bli6  Office : Suntrust.
Android architecture & setting up. Android operating system comprises of different software components arranges in stack. Different components of android.
Selenium Web Test Tool Training Discover The Automating Power Of Selenium Author : Girija Prasad Panda Alcatel-Lucent.
Android Development Environment Environment/tools Windows Eclipse IDE for Java Developers (v3.5 Galileo) Java Platform (JDK 6 Update 18) Android.
Setting Up Eclipse. What is Eclipse? Eclipse is a free, downloadable software that allows us to create, compile, and run JAVA programs.
Topic Java EE installation (Eclipse, glassfish, etc.) Eclipse configuration for EE Creating a Java Web Dynamic Project Creating your first servlet.
GumTree Development Environment Setup Windows Only Compatible with Eclipse 3.2 M3 (Last update: 16/11/05)
Liferay Installation Prepared by: Do Xuan Hai 8 August 2011.
Installing Repast in the Eclipse IDE Charlie Gieseler 6/28/04.
First Venture into the Android World Chapter 1 Part 2.
Installing JDK Vijayan Sugumaran Department of DIS Oakland University.
Tool Install How to download & install Java 6 & Eclipse updated version based on Dr. G. L. Ray’s slides.
How to Install the JDK (Java Development Kit) Click hereClick here to download the JDK.
Java Programming, Second Edition Appendix A Working with Java SDK 1.4.
VDI-in-a-box TM 1 Kaviza Client End User Quick Start Manual.
Installing SAS 1. Requirements If you do not have an old copy of SAS installed on your computer, go directly to Slide 6. Make sure you have uninstalled.
Installing MDT in Eclipse 2 Download Eclipse Classic
VPN Instructions INFORMATION TECHNOLOGY DIVISION CHICAGO STATE UNIVERSITY 9501 S. KING DR. ADM 101 CHICAGO, IL (773)
IBM Worklight environment setup 1. Eclipse IDE Multi-purpose integrated development environment (IDE) Open source Supported for Windows, Mac OS X, Linux.
Clojure.  Follow instructions on lynda.com  Can install all this in other ways, but this is the easiest way to get a development environment working.
Day 1 Session 2. Setup & Installation
 Step 1: Enabling the keyboard in window Skip this step if the computer does not enter sleep mode or if the computer.
Android How to Program, 3/e
Obtaining the Required Tools
Java on the LEGO Mindstorms EV3
WebSphere Partner Gateway v6.2.1: Installing WAS version 7
Instructor: Prasun Dewan (FB 150,
Setting up Eclipse Locally
Install Ruby If you are running on Mac OS X, Ruby is preinstalled.
CS115 HOW TO INSTALL THE JAVA DEVELOPMENT KIT (JDK)
Installing Android SDK in Eclipse
Setup Android Bruce Duan Feb No. VID-DEV-001 Version: v
Korea Software HRD Center
Review of Previous Lesson
Java Code Review with CheckStyle
Presentation transcript:

Android 基礎

Outline Android 環境建置 Android Business Model Activity LifeCycle

Android 環境建置

Android 環境建置 安裝JDK http://www.oracle.com/technetwork/java/javase/downloads/jdk-7u4-downloads-1591156.html 設定環境變數Path {jdk_install}/bin 確定Jdk的版本 java –version javac -version

Android 環境建置 下載eclipse標準版 http://www.eclipse.org/downloads/

Android 環境建置 ADT Plugin Start Eclipse, then select Help > Install New Software.... Click Add, in the top-right corner. In the Add Repository dialog that appears, enter "ADT Plugin" for the Name and the following URL for the Location: https://dl-ssl.google.com/android/eclipse/ Click OK Note: If you have trouble acquiring the plugin, try using "http" in the Location URL, instead of "https" (https is preferred for security reasons). In the Available Software dialog, select the checkbox next to Developer Tools and click Next. In the next window, you'll see a list of the tools to be downloaded. Click Next. Read and accept the license agreements, then click Finish. Note: If you get a security warning saying that the authenticity or validity of the software can't be established, click OK. When the installation completes, restart Eclipse

Android 環境建置 Setup Android SDK Select Window > Preferences... to open the Preferences panel (Mac OS X: Eclipse > Preferences). Select Android from the left panel. You may see a dialog asking whether you want to send usage statistics to Google. If so, make your choice and click Proceed. You cannot continue with this procedure until you click Proceed. For the SDK Location in the main panel, click Browse... and locate your downloaded SDK directory. Click Apply, then OK.

Android Business Model

Android Business Model Android Development http://developer.android.com/index.html Android Project http://source.android.com/ Google Play http://play.google.com/intl/zh-TW/about/index.html

Activity LifeCycle

Activity LifeCycle