SlideShare a Scribd company logo
Android Development Basic
Lecture1.1:
Basic Setting
ZuoSyuan Wang
National Sun Yat-sen University
IRISIntelligent Robotics and
Informatics System Lab
ZuoSyuan Wang Android Development Basic 1
Course Goal
 Environment Setting Up
 HelloWorld Application
 Four Heroes of android
IRISIntelligent Robotics and
Informatics System Lab
Android Development Basic 2ZuoSyuan Wang
Environment Setting Up
IRISIntelligent Robotics and
Informatics System Lab
Android Development Basic 3ZuoSyuan Wang
Environment Setting Up
 Java Development Kit (JDK)
 Android SDK + Eclipse ADT
IRISIntelligent Robotics and
Informatics System Lab
Android Development Basic 4ZuoSyuan Wang
Environment Setting Up IRISIntelligent Robotics and
Informatics System Lab
Android Development Basic 5ZuoSyuan Wang
1.
2.
Environment Setting Up IRISIntelligent Robotics and
Informatics System Lab
Android Development Basic 6ZuoSyuan Wang
1.
Environment Setting Up IRISIntelligent Robotics and
Informatics System Lab
Android Development Basic 7ZuoSyuan Wang
1.
2.
Environment Setting Up IRISIntelligent Robotics and
Informatics System Lab
Android Development Basic 8ZuoSyuan Wang
1.
Environment Setting Up IRISIntelligent Robotics and
Informatics System Lab
Android Development Basic 9ZuoSyuan Wang
1.
Environment Setting Up
 JDK done!
IRISIntelligent Robotics and
Informatics System Lab
Android Development Basic 10ZuoSyuan Wang
Environment Setting Up IRISIntelligent Robotics and
Informatics System Lab
Android Development Basic 11ZuoSyuan Wang
Environment Setting Up IRISIntelligent Robotics and
Informatics System Lab
Android Development Basic 12ZuoSyuan Wang
Environment Setting Up IRISIntelligent Robotics and
Informatics System Lab
Android Development Basic 13ZuoSyuan Wang
Environment Setting Up
 Eclipse
 ADT plugin
 Android SDK Tools
 Android Platform-tools
 Android system image for the emulator
IRISIntelligent Robotics and
Informatics System Lab
Android Development Basic 14ZuoSyuan Wang
Environment Setting Up IRISIntelligent Robotics and
Informatics System Lab
Android Development Basic 15ZuoSyuan Wang
Environment Setting Up IRISIntelligent Robotics and
Informatics System Lab
Android Development Basic 16ZuoSyuan Wang
Environment Setting Up IRISIntelligent Robotics and
Informatics System Lab
Android Development Basic 17ZuoSyuan Wang
Environment Setting Up IRISIntelligent Robotics and
Informatics System Lab
Android Development Basic 18ZuoSyuan Wang
Environment Setting Up
 Install
SDK
IRISIntelligent Robotics and
Informatics System Lab
Android Development Basic 19ZuoSyuan Wang
Environment Setting Up IRISIntelligent Robotics and
Informatics System Lab
Android Development Basic 20ZuoSyuan Wang
Environment Setting Up IRISIntelligent Robotics and
Informatics System Lab
Android Development Basic 21ZuoSyuan Wang
Environment Setting Up
 Detail of Package
IRISIntelligent Robotics and
Informatics System Lab
Android Development Basic 22ZuoSyuan Wang
Environment Setting Up IRISIntelligent Robotics and
Informatics System Lab
Android Development Basic 23ZuoSyuan Wang
Environment Setting Up IRISIntelligent Robotics and
Informatics System Lab
Android Development Basic 24ZuoSyuan Wang
Environment Setting Up
 Install 4.2.2 as tutorial example
IRISIntelligent Robotics and
Informatics System Lab
Android Development Basic 25ZuoSyuan Wang
Environment Setting Up IRISIntelligent Robotics and
Informatics System Lab
Android Development Basic 26ZuoSyuan Wang
1.
2.
HelloWorld Application
IRISIntelligent Robotics and
Informatics System Lab
Android Development Basic 27ZuoSyuan Wang
HelloWorld Application
 File → New → Android Application Project
IRISIntelligent Robotics and
Informatics System Lab
Android Development Basic 28ZuoSyuan Wang
HelloWorld Application IRISIntelligent Robotics and
Informatics System Lab
Android Development Basic 29ZuoSyuan Wang
App name (ex. Helloworld, myfirstproject, etc.)
Project name(ex. July_project, etc.)
Package name(ex. Com.nsysu.julypro, etc.)
HelloWorld Application IRISIntelligent Robotics and
Informatics System Lab
Android Development Basic 30ZuoSyuan Wang
Choose Lowest API level
Choose Highest API level
Choose API level u want
Theme setting
HelloWorld Application
Just press“next”
IRISIntelligent Robotics and
Informatics System Lab
Android Development Basic 31ZuoSyuan Wang
HelloWorld Application
Just press“next”
IRISIntelligent Robotics and
Informatics System Lab
Android Development Basic 32ZuoSyuan Wang
HelloWorld Application
Just press“next”
IRISIntelligent Robotics and
Informatics System Lab
Android Development Basic 33ZuoSyuan Wang
HelloWorld Application IRISIntelligent Robotics and
Informatics System Lab
Android Development Basic 34ZuoSyuan Wang
Main design Interface
HelloWorld Application
Why error?
IRISIntelligent Robotics and
Informatics System Lab
Android Development Basic 35ZuoSyuan Wang
HelloWorld Application
Right click project → Property → Java Build
Path → Order and Export
IRISIntelligent Robotics and
Informatics System Lab
Android Development Basic 36ZuoSyuan Wang
HelloWorld Application
Right click project → Property → Java Build
Path → Order and Export
IRISIntelligent Robotics and
Informatics System Lab
Android Development Basic 37ZuoSyuan Wang
HelloWorld Application IRISIntelligent Robotics and
Informatics System Lab
Android Development Basic 38ZuoSyuan Wang
HelloWorld Application IRISIntelligent Robotics and
Informatics System Lab
Android Development Basic 39ZuoSyuan Wang
HelloWorld Application IRISIntelligent Robotics and
Informatics System Lab
Android Development Basic 40ZuoSyuan Wang
HelloWorld Application IRISIntelligent Robotics and
Informatics System Lab
Android Development Basic 41ZuoSyuan Wang
HelloWorld Application
Connect your Phone → the name of your phone
show up
IRISIntelligent Robotics and
Informatics System Lab
Android Development Basic 42ZuoSyuan Wang
HelloWorld Application
Back to Java Perspective
IRISIntelligent Robotics and
Informatics System Lab
Android Development Basic 43ZuoSyuan Wang
HelloWorld Application
Right click your project → Run As → Andorid
Application
IRISIntelligent Robotics and
Informatics System Lab
Android Development Basic 44ZuoSyuan Wang
HelloWorld Application
Choose a running Andorid device →
Choose your device → press OK
IRISIntelligent Robotics and
Informatics System Lab
Android Development Basic 45ZuoSyuan Wang
HelloWorld Application
Done!
IRISIntelligent Robotics and
Informatics System Lab
Android Development Basic 46ZuoSyuan Wang
Four Heroes
IRISIntelligent Robotics and
Informatics System Lab
Android Development Basic 47ZuoSyuan Wang
Four Heroes
 Activity
 Intent
 Service
 Content Provider
IRISIntelligent Robotics and
Informatics System Lab
Android Development Basic 48ZuoSyuan Wang
Four Heroes - Activity
 Goal make switchable app via intent
IRISIntelligent Robotics and
Informatics System Lab
Android Development Basic 49ZuoSyuan Wang
Click it!
Click it!
Four Heroes - Activity
 One page one activity
 One layout one activity
IRISIntelligent Robotics and
Informatics System Lab
Android Development Basic 50ZuoSyuan Wang
Four Heroes - Activity
 Edit activity_main.xml
IRISIntelligent Robotics and
Informatics System Lab
Android Development Basic 51ZuoSyuan Wang
Four Heroes - Activity IRISIntelligent Robotics and
Informatics System Lab
Android Development Basic 52ZuoSyuan Wang
Four Heroes - Activity
 Add a Button widget
IRISIntelligent Robotics and
Informatics System Lab
Android Development Basic 53ZuoSyuan Wang
Four Heroes - Activity
 String file
IRISIntelligent Robotics and
Informatics System Lab
Android Development Basic 54ZuoSyuan Wang
Four Heroes - Activity
 R file
IRISIntelligent Robotics and
Informatics System Lab
Android Development Basic 55ZuoSyuan Wang
Four Heroes - Activity IRISIntelligent Robotics and
Informatics System Lab
Android Development Basic 56ZuoSyuan Wang
Four Heroes - Activity IRISIntelligent Robotics and
Informatics System Lab
Android Development Basic 57ZuoSyuan Wang
Four Heroes - Activity IRISIntelligent Robotics and
Informatics System Lab
Android Development Basic 58ZuoSyuan Wang
Four Heroes - Activity
 Add listener
IRISIntelligent Robotics and
Informatics System Lab
Android Development Basic 59ZuoSyuan Wang
Four Heroes - Activity IRISIntelligent Robotics and
Informatics System Lab
Android Development Basic 60ZuoSyuan Wang
Four Heroes - Activity
 Add new activity
IRISIntelligent Robotics and
Informatics System Lab
Android Development Basic 61ZuoSyuan Wang
Four Heroes - Activity
 Extend Activity
IRISIntelligent Robotics and
Informatics System Lab
Android Development Basic 62ZuoSyuan Wang
Four Heroes - Activity
 Right click →Source → Override…
IRISIntelligent Robotics and
Informatics System Lab
Android Development Basic 63ZuoSyuan Wang
Four Heroes - Activity
 Oncreate
IRISIntelligent Robotics and
Informatics System Lab
Android Development Basic 64ZuoSyuan Wang
Four Heroes - Activity IRISIntelligent Robotics and
Informatics System Lab
Android Development Basic 65ZuoSyuan Wang
Four Heroes - Activity
 Write a name (e.g., activity02)
 Choose Relative layout
IRISIntelligent Robotics and
Informatics System Lab
Android Development Basic 66ZuoSyuan Wang
Four Heroes - Activity
 Design of activity02
(e.g., back button)
IRISIntelligent Robotics and
Informatics System Lab
Android Development Basic 67ZuoSyuan Wang
Four Heroes - Activity
 Find it’s id
 Id is button1 (maybe not the same as yours)
IRISIntelligent Robotics and
Informatics System Lab
Android Development Basic 68ZuoSyuan Wang
Four Heroes - Activity
 Setting your layout
IRISIntelligent Robotics and
Informatics System Lab
Android Development Basic 69ZuoSyuan Wang
Four Heroes - Intent
 Add new intent
IRISIntelligent Robotics and
Informatics System Lab
Android Development Basic 70ZuoSyuan Wang
Four Heroes - Intent
 Not work!?
 Why?
 No one know
you create a new
activity.
IRISIntelligent Robotics and
Informatics System Lab
Android Development Basic 71ZuoSyuan Wang
Four Heroes - Intent
 Android Manifest
IRISIntelligent Robotics and
Informatics System Lab
Android Development Basic 72ZuoSyuan Wang
Four Heroes - Intent IRISIntelligent Robotics and
Informatics System Lab
Android Development Basic 73ZuoSyuan Wang
Four Heroes - Intent
 Declare a new activity.
IRISIntelligent Robotics and
Informatics System Lab
Android Development Basic 74ZuoSyuan Wang
Four Heroes - Intent
 Do the same thing to the activity02, it will
be able to switch back Mainactivity.
IRISIntelligent Robotics and
Informatics System Lab
Android Development Basic 75ZuoSyuan Wang
Four Heroes - Intent IRISIntelligent Robotics and
Informatics System Lab
Android Development Basic 76ZuoSyuan Wang
Four Heroes - Intent IRISIntelligent Robotics and
Informatics System Lab
Android Development Basic 77ZuoSyuan Wang
Four Heroes - Intent
 Another way, add a function
Startactivity02
IRISIntelligent Robotics and
Informatics System Lab
Android Development Basic 78ZuoSyuan Wang
Four Heroes - Intent
 Set button onclick in layout
IRISIntelligent Robotics and
Informatics System Lab
Android Development Basic 79ZuoSyuan Wang
Four Heroes - Service
IRISIntelligent Robotics and
Informatics System Lab
Android Development Basic 80ZuoSyuan Wang
Four Heroes - Service IRISIntelligent Robotics and
Informatics System Lab
Android Development Basic 81ZuoSyuan Wang
Four Heroes - Service IRISIntelligent Robotics and
Informatics System Lab
Android Development Basic 82ZuoSyuan Wang
Four Heroes - Service IRISIntelligent Robotics and
Informatics System Lab
Android Development Basic 83ZuoSyuan Wang
Four Heroes - Service IRISIntelligent Robotics and
Informatics System Lab
Android Development Basic 84ZuoSyuan Wang

More Related Content

What's hot

Android Application Development
Android Application DevelopmentAndroid Application Development
Android Application Development
Ramesh Prasad
 
Short notes of android
Short notes of androidShort notes of android
Short notes of android
Mohamed Fathy
 
Seminar Report on Android OS
Seminar Report on Android OSSeminar Report on Android OS
Seminar Report on Android OS
Bilal Mirza
 
Android Development: Build Android App from Scratch
Android Development: Build Android App from ScratchAndroid Development: Build Android App from Scratch
Android Development: Build Android App from Scratch
Taufan Erfiyanto
 
Introduction to Android Development
Introduction to Android DevelopmentIntroduction to Android Development
Introduction to Android Development
Aly Abdelkareem
 
Android Overview
Android OverviewAndroid Overview
Android Overview
Raju Kadam
 
Android tutorial
Android tutorialAndroid tutorial
Android tutorial
master760
 
Android report
Android reportAndroid report
Android report
blogger at indiandswad
 
Introduction to Android, Architecture & Components
Introduction to  Android, Architecture & ComponentsIntroduction to  Android, Architecture & Components
Introduction to Android, Architecture & Components
Vijay Rastogi
 
All about android
All about androidAll about android
All about android
Inimitable Harish
 
Android Training Report
Android Training ReportAndroid Training Report
Android Training Report
Achal kumari
 
Introduction to Android App Development
Introduction to Android App DevelopmentIntroduction to Android App Development
Introduction to Android App Development
Andri Yadi
 
Android PPT Presentation 2018
Android PPT Presentation 2018Android PPT Presentation 2018
Android PPT Presentation 2018
Rao Purna
 
Android app development ppt
Android app development pptAndroid app development ppt
Android app development ppt
saitej15
 
Android versions
Android versionsAndroid versions
Android versions
sriramakhil
 
PRESENTATION ON ANDROID
PRESENTATION ON ANDROIDPRESENTATION ON ANDROID
PRESENTATION ON ANDROID
Rajat Kumar
 
Android Development Workshop
Android Development WorkshopAndroid Development Workshop
Android Development Workshop
Peter Robinett
 
Android
AndroidAndroid
First Steps with Android - An Exciting Introduction
First Steps with Android - An Exciting IntroductionFirst Steps with Android - An Exciting Introduction
First Steps with Android - An Exciting Introduction
Cesar Augusto Nogueira
 

What's hot (20)

Android Application Development
Android Application DevelopmentAndroid Application Development
Android Application Development
 
Short notes of android
Short notes of androidShort notes of android
Short notes of android
 
Seminar Report on Android OS
Seminar Report on Android OSSeminar Report on Android OS
Seminar Report on Android OS
 
Android Development: Build Android App from Scratch
Android Development: Build Android App from ScratchAndroid Development: Build Android App from Scratch
Android Development: Build Android App from Scratch
 
Introduction to Android Development
Introduction to Android DevelopmentIntroduction to Android Development
Introduction to Android Development
 
Android Report
Android ReportAndroid Report
Android Report
 
Android Overview
Android OverviewAndroid Overview
Android Overview
 
Android tutorial
Android tutorialAndroid tutorial
Android tutorial
 
Android report
Android reportAndroid report
Android report
 
Introduction to Android, Architecture & Components
Introduction to  Android, Architecture & ComponentsIntroduction to  Android, Architecture & Components
Introduction to Android, Architecture & Components
 
All about android
All about androidAll about android
All about android
 
Android Training Report
Android Training ReportAndroid Training Report
Android Training Report
 
Introduction to Android App Development
Introduction to Android App DevelopmentIntroduction to Android App Development
Introduction to Android App Development
 
Android PPT Presentation 2018
Android PPT Presentation 2018Android PPT Presentation 2018
Android PPT Presentation 2018
 
Android app development ppt
Android app development pptAndroid app development ppt
Android app development ppt
 
Android versions
Android versionsAndroid versions
Android versions
 
PRESENTATION ON ANDROID
PRESENTATION ON ANDROIDPRESENTATION ON ANDROID
PRESENTATION ON ANDROID
 
Android Development Workshop
Android Development WorkshopAndroid Development Workshop
Android Development Workshop
 
Android
AndroidAndroid
Android
 
First Steps with Android - An Exciting Introduction
First Steps with Android - An Exciting IntroductionFirst Steps with Android - An Exciting Introduction
First Steps with Android - An Exciting Introduction
 

Viewers also liked

Android development - the basics, MFF UK, 2014
Android development - the basics, MFF UK, 2014Android development - the basics, MFF UK, 2014
Android development - the basics, MFF UK, 2014
Tomáš Kypta
 
ANDROID 2.0
ANDROID 2.0ANDROID 2.0
ANDROID 2.0
Kelly Ledezma
 
Android Basic Development Day 1 Introduction & ADT
Android Basic Development Day 1 Introduction & ADTAndroid Basic Development Day 1 Introduction & ADT
Android Basic Development Day 1 Introduction & ADT
Eakapong Kattiya
 
Mapping with Android
Mapping with AndroidMapping with Android
Mapping with Androidvgrigoruk
 
Hierarchical and Hash-based Naming Scheme for Vehicular Information Centric N...
Hierarchical and Hash-based Naming Scheme for Vehicular Information Centric N...Hierarchical and Hash-based Naming Scheme for Vehicular Information Centric N...
Hierarchical and Hash-based Naming Scheme for Vehicular Information Centric N...
Syed Hassan Ahmed
 
User mobility and location management
User mobility and location managementUser mobility and location management
User mobility and location management
chenjennan
 
Zywall Usg300 User Aware Access Control
Zywall Usg300 User Aware Access ControlZywall Usg300 User Aware Access Control
Zywall Usg300 User Aware Access Control
jones1812
 
Ofdm Detection on Umts Utra-Fdd up-Link and Implementation of the Modulator/ ...
Ofdm Detection on Umts Utra-Fdd up-Link and Implementation of the Modulator/ ...Ofdm Detection on Umts Utra-Fdd up-Link and Implementation of the Modulator/ ...
Ofdm Detection on Umts Utra-Fdd up-Link and Implementation of the Modulator/ ...
International Journal of Engineering Inventions www.ijeijournal.com
 
A review of current routing protocols for ad hoc mobile wireless networks
A review of current routing protocols for ad hoc mobile wireless networksA review of current routing protocols for ad hoc mobile wireless networks
A review of current routing protocols for ad hoc mobile wireless networksPriyanka Gurnani
 
Intro To Gsm Wh080917
Intro To Gsm Wh080917Intro To Gsm Wh080917
Intro To Gsm Wh080917
hobe
 
Cryptographic Data Splitting and Cloud Computing
Cryptographic Data Splitting and Cloud ComputingCryptographic Data Splitting and Cloud Computing
Cryptographic Data Splitting and Cloud Computing
GovCloud Network
 
Mobile Video Advertisement
Mobile Video AdvertisementMobile Video Advertisement
Mobile Video Advertisement
Yoss Cohen
 
Will the shift from fleet to mobility management revolutionise the leasing in...
Will the shift from fleet to mobility management revolutionise the leasing in...Will the shift from fleet to mobility management revolutionise the leasing in...
Will the shift from fleet to mobility management revolutionise the leasing in...
Mischa van Werkhoven
 
Gsm
GsmGsm
Tipos de grupos
Tipos de gruposTipos de grupos
Tipos de grupos
Carlos Manuel Ruiz Zamora
 
Android Hardware That's A Little Bit... Odd
Android Hardware That's A Little Bit... OddAndroid Hardware That's A Little Bit... Odd
Android Hardware That's A Little Bit... Odd
CommonsWare
 

Viewers also liked (20)

Android development - the basics, MFF UK, 2014
Android development - the basics, MFF UK, 2014Android development - the basics, MFF UK, 2014
Android development - the basics, MFF UK, 2014
 
Android ppt
Android ppt Android ppt
Android ppt
 
ANDROID 2.0
ANDROID 2.0ANDROID 2.0
ANDROID 2.0
 
Android Basic Development Day 1 Introduction & ADT
Android Basic Development Day 1 Introduction & ADTAndroid Basic Development Day 1 Introduction & ADT
Android Basic Development Day 1 Introduction & ADT
 
Mapping with Android
Mapping with AndroidMapping with Android
Mapping with Android
 
Hierarchical and Hash-based Naming Scheme for Vehicular Information Centric N...
Hierarchical and Hash-based Naming Scheme for Vehicular Information Centric N...Hierarchical and Hash-based Naming Scheme for Vehicular Information Centric N...
Hierarchical and Hash-based Naming Scheme for Vehicular Information Centric N...
 
User mobility and location management
User mobility and location managementUser mobility and location management
User mobility and location management
 
Moto v551
Moto v551Moto v551
Moto v551
 
Zywall Usg300 User Aware Access Control
Zywall Usg300 User Aware Access ControlZywall Usg300 User Aware Access Control
Zywall Usg300 User Aware Access Control
 
Ofdm Detection on Umts Utra-Fdd up-Link and Implementation of the Modulator/ ...
Ofdm Detection on Umts Utra-Fdd up-Link and Implementation of the Modulator/ ...Ofdm Detection on Umts Utra-Fdd up-Link and Implementation of the Modulator/ ...
Ofdm Detection on Umts Utra-Fdd up-Link and Implementation of the Modulator/ ...
 
A review of current routing protocols for ad hoc mobile wireless networks
A review of current routing protocols for ad hoc mobile wireless networksA review of current routing protocols for ad hoc mobile wireless networks
A review of current routing protocols for ad hoc mobile wireless networks
 
Intro To Gsm Wh080917
Intro To Gsm Wh080917Intro To Gsm Wh080917
Intro To Gsm Wh080917
 
Bluetooth1
Bluetooth1Bluetooth1
Bluetooth1
 
Cryptographic Data Splitting and Cloud Computing
Cryptographic Data Splitting and Cloud ComputingCryptographic Data Splitting and Cloud Computing
Cryptographic Data Splitting and Cloud Computing
 
Mobile Video Advertisement
Mobile Video AdvertisementMobile Video Advertisement
Mobile Video Advertisement
 
Will the shift from fleet to mobility management revolutionise the leasing in...
Will the shift from fleet to mobility management revolutionise the leasing in...Will the shift from fleet to mobility management revolutionise the leasing in...
Will the shift from fleet to mobility management revolutionise the leasing in...
 
Gsm
GsmGsm
Gsm
 
Tipos de grupos
Tipos de gruposTipos de grupos
Tipos de grupos
 
Android Hardware That's A Little Bit... Odd
Android Hardware That's A Little Bit... OddAndroid Hardware That's A Little Bit... Odd
Android Hardware That's A Little Bit... Odd
 
3 ip packet
3 ip packet3 ip packet
3 ip packet
 

Similar to Android development basic _ZuoSyuanWang

Android Things - The IoT platform for everyone.
Android Things - The IoT platform for everyone. Android Things - The IoT platform for everyone.
Android Things - The IoT platform for everyone.
DVT - Smart people. Smart solutions.
 
Firebase ml kit
Firebase ml kitFirebase ml kit
Firebase ml kit
azzeddine chenine
 
Introduction to android applications stu
Introduction to android applications stuIntroduction to android applications stu
Introduction to android applications stu
cbashirmacalin
 
My android
My androidMy android
My android
Prince Bhanwra
 
Android training in noida
Android training in noidaAndroid training in noida
Android training in noida
MeenakshiBajaj9
 
Android Presentation By Ashok Kumar Pachauri
Android Presentation By Ashok Kumar PachauriAndroid Presentation By Ashok Kumar Pachauri
Android Presentation By Ashok Kumar Pachauri
अशोक पचौरी
 
Interfacing android with embedded systems
Interfacing android with embedded systemsInterfacing android with embedded systems
Interfacing android with embedded systems
Raghav Shetty
 
Hack the Real World with ANDROID THINGS
Hack the Real World with ANDROID THINGSHack the Real World with ANDROID THINGS
Hack the Real World with ANDROID THINGS
DevFest DC
 
Presentation on Android application
Presentation on Android applicationPresentation on Android application
Presentation on Android applicationAtibur Rahman
 
IRJET- IOT Dune Buggy –Control it from Anywhere
IRJET-  	  IOT Dune Buggy –Control it from AnywhereIRJET-  	  IOT Dune Buggy –Control it from Anywhere
IRJET- IOT Dune Buggy –Control it from Anywhere
IRJET Journal
 
IRJET- IOT Dune Buggy –Control it from Anywhere
IRJET- IOT Dune Buggy –Control it from AnywhereIRJET- IOT Dune Buggy –Control it from Anywhere
IRJET- IOT Dune Buggy –Control it from Anywhere
IRJET Journal
 
Seeing Stars - Bespoke Augmented Reality for Mobiles
Seeing Stars - Bespoke Augmented Reality for MobilesSeeing Stars - Bespoke Augmented Reality for Mobiles
Seeing Stars - Bespoke Augmented Reality for Mobiles
davidcolls
 
Android Applications Introduction
Android Applications IntroductionAndroid Applications Introduction
Android Applications Introduction
Anjali Rao
 
Android Presentation By Ashok Kumar Pachauri
Android Presentation By Ashok Kumar PachauriAndroid Presentation By Ashok Kumar Pachauri
Android Presentation By Ashok Kumar Pachauri
अशोक पचौरी
 
Android - Getting started with Android
Android - Getting started with Android Android - Getting started with Android
Android - Getting started with Android
Vibrant Technologies & Computers
 
Introduction To Android For Beginners.
Introduction To Android For Beginners.Introduction To Android For Beginners.
Introduction To Android For Beginners.
Sandeep Londhe
 

Similar to Android development basic _ZuoSyuanWang (20)

Android Things - The IoT platform for everyone.
Android Things - The IoT platform for everyone. Android Things - The IoT platform for everyone.
Android Things - The IoT platform for everyone.
 
Firebase ml kit
Firebase ml kitFirebase ml kit
Firebase ml kit
 
Introduction to android applications stu
Introduction to android applications stuIntroduction to android applications stu
Introduction to android applications stu
 
My android
My androidMy android
My android
 
My android
My androidMy android
My android
 
Android training in noida
Android training in noidaAndroid training in noida
Android training in noida
 
Android Presentation By Ashok Kumar Pachauri
Android Presentation By Ashok Kumar PachauriAndroid Presentation By Ashok Kumar Pachauri
Android Presentation By Ashok Kumar Pachauri
 
Interfacing android with embedded systems
Interfacing android with embedded systemsInterfacing android with embedded systems
Interfacing android with embedded systems
 
Android ppt
Android pptAndroid ppt
Android ppt
 
Hack the Real World with ANDROID THINGS
Hack the Real World with ANDROID THINGSHack the Real World with ANDROID THINGS
Hack the Real World with ANDROID THINGS
 
Android
Android Android
Android
 
Presentation on Android application
Presentation on Android applicationPresentation on Android application
Presentation on Android application
 
IRJET- IOT Dune Buggy –Control it from Anywhere
IRJET-  	  IOT Dune Buggy –Control it from AnywhereIRJET-  	  IOT Dune Buggy –Control it from Anywhere
IRJET- IOT Dune Buggy –Control it from Anywhere
 
IRJET- IOT Dune Buggy –Control it from Anywhere
IRJET- IOT Dune Buggy –Control it from AnywhereIRJET- IOT Dune Buggy –Control it from Anywhere
IRJET- IOT Dune Buggy –Control it from Anywhere
 
Seeing Stars - Bespoke Augmented Reality for Mobiles
Seeing Stars - Bespoke Augmented Reality for MobilesSeeing Stars - Bespoke Augmented Reality for Mobiles
Seeing Stars - Bespoke Augmented Reality for Mobiles
 
What's in an Android?
What's in an Android?What's in an Android?
What's in an Android?
 
Android Applications Introduction
Android Applications IntroductionAndroid Applications Introduction
Android Applications Introduction
 
Android Presentation By Ashok Kumar Pachauri
Android Presentation By Ashok Kumar PachauriAndroid Presentation By Ashok Kumar Pachauri
Android Presentation By Ashok Kumar Pachauri
 
Android - Getting started with Android
Android - Getting started with Android Android - Getting started with Android
Android - Getting started with Android
 
Introduction To Android For Beginners.
Introduction To Android For Beginners.Introduction To Android For Beginners.
Introduction To Android For Beginners.
 

Recently uploaded

在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
obonagu
 
road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
VENKATESHvenky89705
 
Fundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptxFundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptx
manasideore6
 
Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
TeeVichai
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
MdTanvirMahtab2
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
zwunae
 
Investor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptxInvestor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptx
AmarGB2
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
ankuprajapati0525
 
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
H.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdfH.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdf
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
MLILAB
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
Pratik Pawar
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
Kamal Acharya
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
Robbie Edward Sayers
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
Amil Baba Dawood bangali
 
AP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specificAP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specific
BrazilAccount1
 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
Neometrix_Engineering_Pvt_Ltd
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Dr.Costas Sachpazis
 
MCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdfMCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdf
Osamah Alsalih
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
SamSarthak3
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
AhmedHussein950959
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
fxintegritypublishin
 

Recently uploaded (20)

在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
 
road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
 
Fundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptxFundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptx
 
Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
 
Investor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptxInvestor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptx
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
 
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
H.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdfH.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdf
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
 
AP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specificAP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specific
 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
 
MCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdfMCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdf
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
 

Android development basic _ZuoSyuanWang

  • 1. Android Development Basic Lecture1.1: Basic Setting ZuoSyuan Wang National Sun Yat-sen University IRISIntelligent Robotics and Informatics System Lab ZuoSyuan Wang Android Development Basic 1
  • 2. Course Goal  Environment Setting Up  HelloWorld Application  Four Heroes of android IRISIntelligent Robotics and Informatics System Lab Android Development Basic 2ZuoSyuan Wang
  • 3. Environment Setting Up IRISIntelligent Robotics and Informatics System Lab Android Development Basic 3ZuoSyuan Wang
  • 4. Environment Setting Up  Java Development Kit (JDK)  Android SDK + Eclipse ADT IRISIntelligent Robotics and Informatics System Lab Android Development Basic 4ZuoSyuan Wang
  • 5. Environment Setting Up IRISIntelligent Robotics and Informatics System Lab Android Development Basic 5ZuoSyuan Wang 1. 2.
  • 6. Environment Setting Up IRISIntelligent Robotics and Informatics System Lab Android Development Basic 6ZuoSyuan Wang 1.
  • 7. Environment Setting Up IRISIntelligent Robotics and Informatics System Lab Android Development Basic 7ZuoSyuan Wang 1. 2.
  • 8. Environment Setting Up IRISIntelligent Robotics and Informatics System Lab Android Development Basic 8ZuoSyuan Wang 1.
  • 9. Environment Setting Up IRISIntelligent Robotics and Informatics System Lab Android Development Basic 9ZuoSyuan Wang 1.
  • 10. Environment Setting Up  JDK done! IRISIntelligent Robotics and Informatics System Lab Android Development Basic 10ZuoSyuan Wang
  • 11. Environment Setting Up IRISIntelligent Robotics and Informatics System Lab Android Development Basic 11ZuoSyuan Wang
  • 12. Environment Setting Up IRISIntelligent Robotics and Informatics System Lab Android Development Basic 12ZuoSyuan Wang
  • 13. Environment Setting Up IRISIntelligent Robotics and Informatics System Lab Android Development Basic 13ZuoSyuan Wang
  • 14. Environment Setting Up  Eclipse  ADT plugin  Android SDK Tools  Android Platform-tools  Android system image for the emulator IRISIntelligent Robotics and Informatics System Lab Android Development Basic 14ZuoSyuan Wang
  • 15. Environment Setting Up IRISIntelligent Robotics and Informatics System Lab Android Development Basic 15ZuoSyuan Wang
  • 16. Environment Setting Up IRISIntelligent Robotics and Informatics System Lab Android Development Basic 16ZuoSyuan Wang
  • 17. Environment Setting Up IRISIntelligent Robotics and Informatics System Lab Android Development Basic 17ZuoSyuan Wang
  • 18. Environment Setting Up IRISIntelligent Robotics and Informatics System Lab Android Development Basic 18ZuoSyuan Wang
  • 19. Environment Setting Up  Install SDK IRISIntelligent Robotics and Informatics System Lab Android Development Basic 19ZuoSyuan Wang
  • 20. Environment Setting Up IRISIntelligent Robotics and Informatics System Lab Android Development Basic 20ZuoSyuan Wang
  • 21. Environment Setting Up IRISIntelligent Robotics and Informatics System Lab Android Development Basic 21ZuoSyuan Wang
  • 22. Environment Setting Up  Detail of Package IRISIntelligent Robotics and Informatics System Lab Android Development Basic 22ZuoSyuan Wang
  • 23. Environment Setting Up IRISIntelligent Robotics and Informatics System Lab Android Development Basic 23ZuoSyuan Wang
  • 24. Environment Setting Up IRISIntelligent Robotics and Informatics System Lab Android Development Basic 24ZuoSyuan Wang
  • 25. Environment Setting Up  Install 4.2.2 as tutorial example IRISIntelligent Robotics and Informatics System Lab Android Development Basic 25ZuoSyuan Wang
  • 26. Environment Setting Up IRISIntelligent Robotics and Informatics System Lab Android Development Basic 26ZuoSyuan Wang 1. 2.
  • 27. HelloWorld Application IRISIntelligent Robotics and Informatics System Lab Android Development Basic 27ZuoSyuan Wang
  • 28. HelloWorld Application  File → New → Android Application Project IRISIntelligent Robotics and Informatics System Lab Android Development Basic 28ZuoSyuan Wang
  • 29. HelloWorld Application IRISIntelligent Robotics and Informatics System Lab Android Development Basic 29ZuoSyuan Wang App name (ex. Helloworld, myfirstproject, etc.) Project name(ex. July_project, etc.) Package name(ex. Com.nsysu.julypro, etc.)
  • 30. HelloWorld Application IRISIntelligent Robotics and Informatics System Lab Android Development Basic 30ZuoSyuan Wang Choose Lowest API level Choose Highest API level Choose API level u want Theme setting
  • 31. HelloWorld Application Just press“next” IRISIntelligent Robotics and Informatics System Lab Android Development Basic 31ZuoSyuan Wang
  • 32. HelloWorld Application Just press“next” IRISIntelligent Robotics and Informatics System Lab Android Development Basic 32ZuoSyuan Wang
  • 33. HelloWorld Application Just press“next” IRISIntelligent Robotics and Informatics System Lab Android Development Basic 33ZuoSyuan Wang
  • 34. HelloWorld Application IRISIntelligent Robotics and Informatics System Lab Android Development Basic 34ZuoSyuan Wang Main design Interface
  • 35. HelloWorld Application Why error? IRISIntelligent Robotics and Informatics System Lab Android Development Basic 35ZuoSyuan Wang
  • 36. HelloWorld Application Right click project → Property → Java Build Path → Order and Export IRISIntelligent Robotics and Informatics System Lab Android Development Basic 36ZuoSyuan Wang
  • 37. HelloWorld Application Right click project → Property → Java Build Path → Order and Export IRISIntelligent Robotics and Informatics System Lab Android Development Basic 37ZuoSyuan Wang
  • 38. HelloWorld Application IRISIntelligent Robotics and Informatics System Lab Android Development Basic 38ZuoSyuan Wang
  • 39. HelloWorld Application IRISIntelligent Robotics and Informatics System Lab Android Development Basic 39ZuoSyuan Wang
  • 40. HelloWorld Application IRISIntelligent Robotics and Informatics System Lab Android Development Basic 40ZuoSyuan Wang
  • 41. HelloWorld Application IRISIntelligent Robotics and Informatics System Lab Android Development Basic 41ZuoSyuan Wang
  • 42. HelloWorld Application Connect your Phone → the name of your phone show up IRISIntelligent Robotics and Informatics System Lab Android Development Basic 42ZuoSyuan Wang
  • 43. HelloWorld Application Back to Java Perspective IRISIntelligent Robotics and Informatics System Lab Android Development Basic 43ZuoSyuan Wang
  • 44. HelloWorld Application Right click your project → Run As → Andorid Application IRISIntelligent Robotics and Informatics System Lab Android Development Basic 44ZuoSyuan Wang
  • 45. HelloWorld Application Choose a running Andorid device → Choose your device → press OK IRISIntelligent Robotics and Informatics System Lab Android Development Basic 45ZuoSyuan Wang
  • 46. HelloWorld Application Done! IRISIntelligent Robotics and Informatics System Lab Android Development Basic 46ZuoSyuan Wang
  • 47. Four Heroes IRISIntelligent Robotics and Informatics System Lab Android Development Basic 47ZuoSyuan Wang
  • 48. Four Heroes  Activity  Intent  Service  Content Provider IRISIntelligent Robotics and Informatics System Lab Android Development Basic 48ZuoSyuan Wang
  • 49. Four Heroes - Activity  Goal make switchable app via intent IRISIntelligent Robotics and Informatics System Lab Android Development Basic 49ZuoSyuan Wang Click it! Click it!
  • 50. Four Heroes - Activity  One page one activity  One layout one activity IRISIntelligent Robotics and Informatics System Lab Android Development Basic 50ZuoSyuan Wang
  • 51. Four Heroes - Activity  Edit activity_main.xml IRISIntelligent Robotics and Informatics System Lab Android Development Basic 51ZuoSyuan Wang
  • 52. Four Heroes - Activity IRISIntelligent Robotics and Informatics System Lab Android Development Basic 52ZuoSyuan Wang
  • 53. Four Heroes - Activity  Add a Button widget IRISIntelligent Robotics and Informatics System Lab Android Development Basic 53ZuoSyuan Wang
  • 54. Four Heroes - Activity  String file IRISIntelligent Robotics and Informatics System Lab Android Development Basic 54ZuoSyuan Wang
  • 55. Four Heroes - Activity  R file IRISIntelligent Robotics and Informatics System Lab Android Development Basic 55ZuoSyuan Wang
  • 56. Four Heroes - Activity IRISIntelligent Robotics and Informatics System Lab Android Development Basic 56ZuoSyuan Wang
  • 57. Four Heroes - Activity IRISIntelligent Robotics and Informatics System Lab Android Development Basic 57ZuoSyuan Wang
  • 58. Four Heroes - Activity IRISIntelligent Robotics and Informatics System Lab Android Development Basic 58ZuoSyuan Wang
  • 59. Four Heroes - Activity  Add listener IRISIntelligent Robotics and Informatics System Lab Android Development Basic 59ZuoSyuan Wang
  • 60. Four Heroes - Activity IRISIntelligent Robotics and Informatics System Lab Android Development Basic 60ZuoSyuan Wang
  • 61. Four Heroes - Activity  Add new activity IRISIntelligent Robotics and Informatics System Lab Android Development Basic 61ZuoSyuan Wang
  • 62. Four Heroes - Activity  Extend Activity IRISIntelligent Robotics and Informatics System Lab Android Development Basic 62ZuoSyuan Wang
  • 63. Four Heroes - Activity  Right click →Source → Override… IRISIntelligent Robotics and Informatics System Lab Android Development Basic 63ZuoSyuan Wang
  • 64. Four Heroes - Activity  Oncreate IRISIntelligent Robotics and Informatics System Lab Android Development Basic 64ZuoSyuan Wang
  • 65. Four Heroes - Activity IRISIntelligent Robotics and Informatics System Lab Android Development Basic 65ZuoSyuan Wang
  • 66. Four Heroes - Activity  Write a name (e.g., activity02)  Choose Relative layout IRISIntelligent Robotics and Informatics System Lab Android Development Basic 66ZuoSyuan Wang
  • 67. Four Heroes - Activity  Design of activity02 (e.g., back button) IRISIntelligent Robotics and Informatics System Lab Android Development Basic 67ZuoSyuan Wang
  • 68. Four Heroes - Activity  Find it’s id  Id is button1 (maybe not the same as yours) IRISIntelligent Robotics and Informatics System Lab Android Development Basic 68ZuoSyuan Wang
  • 69. Four Heroes - Activity  Setting your layout IRISIntelligent Robotics and Informatics System Lab Android Development Basic 69ZuoSyuan Wang
  • 70. Four Heroes - Intent  Add new intent IRISIntelligent Robotics and Informatics System Lab Android Development Basic 70ZuoSyuan Wang
  • 71. Four Heroes - Intent  Not work!?  Why?  No one know you create a new activity. IRISIntelligent Robotics and Informatics System Lab Android Development Basic 71ZuoSyuan Wang
  • 72. Four Heroes - Intent  Android Manifest IRISIntelligent Robotics and Informatics System Lab Android Development Basic 72ZuoSyuan Wang
  • 73. Four Heroes - Intent IRISIntelligent Robotics and Informatics System Lab Android Development Basic 73ZuoSyuan Wang
  • 74. Four Heroes - Intent  Declare a new activity. IRISIntelligent Robotics and Informatics System Lab Android Development Basic 74ZuoSyuan Wang
  • 75. Four Heroes - Intent  Do the same thing to the activity02, it will be able to switch back Mainactivity. IRISIntelligent Robotics and Informatics System Lab Android Development Basic 75ZuoSyuan Wang
  • 76. Four Heroes - Intent IRISIntelligent Robotics and Informatics System Lab Android Development Basic 76ZuoSyuan Wang
  • 77. Four Heroes - Intent IRISIntelligent Robotics and Informatics System Lab Android Development Basic 77ZuoSyuan Wang
  • 78. Four Heroes - Intent  Another way, add a function Startactivity02 IRISIntelligent Robotics and Informatics System Lab Android Development Basic 78ZuoSyuan Wang
  • 79. Four Heroes - Intent  Set button onclick in layout IRISIntelligent Robotics and Informatics System Lab Android Development Basic 79ZuoSyuan Wang
  • 80. Four Heroes - Service IRISIntelligent Robotics and Informatics System Lab Android Development Basic 80ZuoSyuan Wang
  • 81. Four Heroes - Service IRISIntelligent Robotics and Informatics System Lab Android Development Basic 81ZuoSyuan Wang
  • 82. Four Heroes - Service IRISIntelligent Robotics and Informatics System Lab Android Development Basic 82ZuoSyuan Wang
  • 83. Four Heroes - Service IRISIntelligent Robotics and Informatics System Lab Android Development Basic 83ZuoSyuan Wang
  • 84. Four Heroes - Service IRISIntelligent Robotics and Informatics System Lab Android Development Basic 84ZuoSyuan Wang

Editor's Notes

  1. 下載很費時,直接給予安裝包 並且解壓縮