際際滷

際際滷Share a Scribd company logo
AN INTRODUCTION TO ANDROID DEVELOPMENT
CS231M | Alejandro Troccoli
Outline
Overview of the Android Operating System
Development tools
Deploying application packages
Step-by-step application development
The Android ecosystem
An open source platform for mobile, embedded and wearable
devices
Google is the principle maintainer
Other companies contribute to the system.
Each device manufacturer can customize Android to suite their
needs
Android architecture
Linux Kernel (GPL license)
C code  compiled to native platform (x86, arm, mips)
Native framework layer
User mode C, C++ code  compiled to native platform or 32bit
compatibility mode on 64 bits.
Android framework
Java classes under com.android
User applications
Use Java framework and, optionally, native code.
Android versioning
Plaform version
5.0 Lollipop
4.4 KitKat
Framework API level
SDK compatibility
Each platform version has an API level
NDK API level
API level for native headers
Distribution
http://developer.android.com/about/dashboards/index.html
Browsing the Android Source
Source at:
https://android.googlesource.com/
Porting instructions (for system developers)
https://source.android.com/devices/index.html
Reference to the framework APIs
com.android classes
http://developer.android.com/reference/packages.html
Outline
Overview of the Android Operating System
Development tools
Deploying application packages
Step-by-step application development
Tools for application development
Android SDK
Provides the Java framework classes
Compiles to java bytecode
Class framework is updated with every OS release
Android NDK
C/C++ toolchain for compiling to machine code
Android platform tools
adb (android debug bridge) : runs and debugs apps from your dev machine
Android developer tools
Eclipse plug-in for Android
Android studio (doesnt yet fully support all NDK features)
Setup options
Tegra Android Development pack
Install components manually
Use a Linux virtual machine with the tools pre-installed.
Tegra Android Development Pack
Tegra Android Development Pack
Register for an account at:
https://developer.nvidia.com/user/register
Sign-up for Gameworks Registered Developer Program
NVIDIA Shield Tablet
Click 7 times to enable developer options
Outline
Overview of the Android Operating System
Development tools
Deploying application packages
Step-by-step application development
Application packages
.apk files: compressed files
class byte code
resources( icons, sounds, etc).
Binary native files
All .apks are signed
Default development key is created by SDK.
When updating an application, signature are checked.
Installing an application
From application distribution markets
Google Play
Amazon AppStore
From your local computer using adb
Enabling android debug bridge (adb)
Useful adb commands
Outline
Overview of the Android Operating System
Development tools
Deploying application packages
Step-by-step application development
Hello Android!
In Eclipse
File -> New -> Android
Application Project
Hello Android!
Hello Android!
Import an project from existing code
AndroidManifest.xml
Package Name / version
Required SDK and target SDK
Application/Activities
Permissions
Android Activity
Provides user interaction
http://developer.android.com/reference/android/app/Activity.html
Callbacks for life-cycle management
onCreate()
onResume()
onPause()
An application can have multiple activities..
Needs one launcher activity
HelloAndroidActivity
HelloAndroidActivity
Use onCreate() to create UI.
Launch!
Add Activity to AndroidManifest.xml:
Launch! (take 2)
Launch with debugger
Launch (take 3!)
Views
Can be composed in a tree hierarchy.
The root View is the argument to setContentView
Creating a layout
Accessing layout elements from Activtiy
Use findViewById
R.id.name corresponds to
the name given in the xml
file
Event listeners (and logging, too)
Logcat
Window -> Show View -> Other -> Android -> Logcat
Creating a log file
Writing to the log file
Long running task
Long running tasks on the main thread can block the UI
App looks unresponsive
Use a separate Thread instead
Use Handlers to update UI
Add a Progress dialog
Summary

More Related Content

Similar to lecture-2-android-dev.pdf (20)

Android seminar report
Android seminar reportAndroid seminar report
Android seminar report
dgpune
Introduction to android
Introduction to androidIntroduction to android
Introduction to android
zeelpatel0504
Android Basic
Android BasicAndroid Basic
Android Basic
Nirav Ranpara
Android
Android Android
Android
Nirav Ranpara
Dload mobile development
Dload mobile developmentDload mobile development
Dload mobile development
Sayed Ahmed
Android chapter02-setup2-emulator
Android chapter02-setup2-emulatorAndroid chapter02-setup2-emulator
Android chapter02-setup2-emulator
guru472
Android development-tutorial
Android development-tutorialAndroid development-tutorial
Android development-tutorial
ilias ahmed
01 02 - introduction - adroid stack
01  02 - introduction - adroid stack01  02 - introduction - adroid stack
01 02 - introduction - adroid stack
Siva Kumar reddy Vasipally
Android summer training report
Android summer training reportAndroid summer training report
Android summer training report
Shashendra Singh
Android summer training report
Android summer training reportAndroid summer training report
Android summer training report
Shashendra Singh
Android
Android Android
Android
Ravina Bhavsar
Mobile development
Mobile developmentMobile development
Mobile development
Sayed Ahmed
Android chapter02-setup2-emulator
Android chapter02-setup2-emulatorAndroid chapter02-setup2-emulator
Android chapter02-setup2-emulator
Tran Le Hoan
An introduction to Android
An introduction to AndroidAn introduction to Android
An introduction to Android
Rajesh Jambukia
Android deep dive
Android deep diveAndroid deep dive
Android deep dive
AnuSahniNCI
Alternatives to Java for Android development
Alternatives to Java for Android developmentAlternatives to Java for Android development
Alternatives to Java for Android development
ttogrul
Torul Ta脹yev - M端xtlif dillrd Android proqramlad脹rma
Torul Ta脹yev - M端xtlif dillrd Android proqramlad脹rmaTorul Ta脹yev - M端xtlif dillrd Android proqramlad脹rma
Torul Ta脹yev - M端xtlif dillrd Android proqramlad脹rma
Farhad
Torul Ta脹yev - M端xtlif dillrd Android proqramlad脹rma
Torul Ta脹yev - M端xtlif dillrd Android proqramlad脹rmaTorul Ta脹yev - M端xtlif dillrd Android proqramlad脹rma
Torul Ta脹yev - M端xtlif dillrd Android proqramlad脹rma
Farhad
Android by LAlitha
Android by LAlithaAndroid by LAlitha
Android by LAlitha
Lally Lalitha
OWF12/PAUG Conf Days Alternative to google's android emulator, daniel fages, ...
OWF12/PAUG Conf Days Alternative to google's android emulator, daniel fages, ...OWF12/PAUG Conf Days Alternative to google's android emulator, daniel fages, ...
OWF12/PAUG Conf Days Alternative to google's android emulator, daniel fages, ...
Paris Open Source Summit
Android seminar report
Android seminar reportAndroid seminar report
Android seminar report
dgpune
Introduction to android
Introduction to androidIntroduction to android
Introduction to android
zeelpatel0504
Dload mobile development
Dload mobile developmentDload mobile development
Dload mobile development
Sayed Ahmed
Android chapter02-setup2-emulator
Android chapter02-setup2-emulatorAndroid chapter02-setup2-emulator
Android chapter02-setup2-emulator
guru472
Android development-tutorial
Android development-tutorialAndroid development-tutorial
Android development-tutorial
ilias ahmed
Android summer training report
Android summer training reportAndroid summer training report
Android summer training report
Shashendra Singh
Android summer training report
Android summer training reportAndroid summer training report
Android summer training report
Shashendra Singh
Mobile development
Mobile developmentMobile development
Mobile development
Sayed Ahmed
Android chapter02-setup2-emulator
Android chapter02-setup2-emulatorAndroid chapter02-setup2-emulator
Android chapter02-setup2-emulator
Tran Le Hoan
An introduction to Android
An introduction to AndroidAn introduction to Android
An introduction to Android
Rajesh Jambukia
Android deep dive
Android deep diveAndroid deep dive
Android deep dive
AnuSahniNCI
Alternatives to Java for Android development
Alternatives to Java for Android developmentAlternatives to Java for Android development
Alternatives to Java for Android development
ttogrul
Torul Ta脹yev - M端xtlif dillrd Android proqramlad脹rma
Torul Ta脹yev - M端xtlif dillrd Android proqramlad脹rmaTorul Ta脹yev - M端xtlif dillrd Android proqramlad脹rma
Torul Ta脹yev - M端xtlif dillrd Android proqramlad脹rma
Farhad
Torul Ta脹yev - M端xtlif dillrd Android proqramlad脹rma
Torul Ta脹yev - M端xtlif dillrd Android proqramlad脹rmaTorul Ta脹yev - M端xtlif dillrd Android proqramlad脹rma
Torul Ta脹yev - M端xtlif dillrd Android proqramlad脹rma
Farhad
Android by LAlitha
Android by LAlithaAndroid by LAlitha
Android by LAlitha
Lally Lalitha
OWF12/PAUG Conf Days Alternative to google's android emulator, daniel fages, ...
OWF12/PAUG Conf Days Alternative to google's android emulator, daniel fages, ...OWF12/PAUG Conf Days Alternative to google's android emulator, daniel fages, ...
OWF12/PAUG Conf Days Alternative to google's android emulator, daniel fages, ...
Paris Open Source Summit

More from jakjak36 (11)

1.pptxbjvvjmvcghvcbnmbbbbbbhfxccvvvbnhchhh
1.pptxbjvvjmvcghvcbnmbbbbbbhfxccvvvbnhchhh1.pptxbjvvjmvcghvcbnmbbbbbbhfxccvvvbnhchhh
1.pptxbjvvjmvcghvcbnmbbbbbbhfxccvvvbnhchhh
jakjak36
2.pptxmcchjvxghhghhhgdddfhjjhdfgfxfffffffhjgxdfghhhhb
2.pptxmcchjvxghhghhhgdddfhjjhdfgfxfffffffhjgxdfghhhhb2.pptxmcchjvxghhghhhgdddfhjjhdfgfxfffffffhjgxdfghhhhb
2.pptxmcchjvxghhghhhgdddfhjjhdfgfxfffffffhjgxdfghhhhb
jakjak36
java.pptxytbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb
java.pptxytbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbjava.pptxytbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb
java.pptxytbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb
jakjak36
presentation for basic research1.ppt
presentation for basic research1.pptpresentation for basic research1.ppt
presentation for basic research1.ppt
jakjak36
Introduction_to_Wireless_Communication_R.ppt
Introduction_to_Wireless_Communication_R.pptIntroduction_to_Wireless_Communication_R.ppt
Introduction_to_Wireless_Communication_R.ppt
jakjak36
cellular.ppt
cellular.pptcellular.ppt
cellular.ppt
jakjak36
Introduction.pptx
Introduction.pptxIntroduction.pptx
Introduction.pptx
jakjak36
44.pptx
44.pptx44.pptx
44.pptx
jakjak36
44.pptx
44.pptx44.pptx
44.pptx
jakjak36
rtr.docx
rtr.docxrtr.docx
rtr.docx
jakjak36
ddd.docx
ddd.docxddd.docx
ddd.docx
jakjak36
1.pptxbjvvjmvcghvcbnmbbbbbbhfxccvvvbnhchhh
1.pptxbjvvjmvcghvcbnmbbbbbbhfxccvvvbnhchhh1.pptxbjvvjmvcghvcbnmbbbbbbhfxccvvvbnhchhh
1.pptxbjvvjmvcghvcbnmbbbbbbhfxccvvvbnhchhh
jakjak36
2.pptxmcchjvxghhghhhgdddfhjjhdfgfxfffffffhjgxdfghhhhb
2.pptxmcchjvxghhghhhgdddfhjjhdfgfxfffffffhjgxdfghhhhb2.pptxmcchjvxghhghhhgdddfhjjhdfgfxfffffffhjgxdfghhhhb
2.pptxmcchjvxghhghhhgdddfhjjhdfgfxfffffffhjgxdfghhhhb
jakjak36
java.pptxytbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb
java.pptxytbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbjava.pptxytbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb
java.pptxytbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb
jakjak36
presentation for basic research1.ppt
presentation for basic research1.pptpresentation for basic research1.ppt
presentation for basic research1.ppt
jakjak36
Introduction_to_Wireless_Communication_R.ppt
Introduction_to_Wireless_Communication_R.pptIntroduction_to_Wireless_Communication_R.ppt
Introduction_to_Wireless_Communication_R.ppt
jakjak36
cellular.ppt
cellular.pptcellular.ppt
cellular.ppt
jakjak36
Introduction.pptx
Introduction.pptxIntroduction.pptx
Introduction.pptx
jakjak36
44.pptx
44.pptx44.pptx
44.pptx
jakjak36
44.pptx
44.pptx44.pptx
44.pptx
jakjak36
rtr.docx
rtr.docxrtr.docx
rtr.docx
jakjak36
ddd.docx
ddd.docxddd.docx
ddd.docx
jakjak36

Recently uploaded (20)

catalog. for freight forwarding business
catalog. for freight forwarding businesscatalog. for freight forwarding business
catalog. for freight forwarding business
ILHAM GROUP INTERNATIONAL
Advanced SystemCare Pro Crack Download 2025
Advanced SystemCare Pro Crack Download 2025Advanced SystemCare Pro Crack Download 2025
Advanced SystemCare Pro Crack Download 2025
bhutbhijan
T-shirt Printing Business New Business Idea
T-shirt Printing Business New Business IdeaT-shirt Printing Business New Business Idea
T-shirt Printing Business New Business Idea
Sujeet Prajapati
tagline quiz for the students of management
tagline quiz for the students of managementtagline quiz for the students of management
tagline quiz for the students of management
mallikas2310
Futureproof ondernemen college over impact waardering bij RUG
Futureproof ondernemen college over impact waardering bij RUGFutureproof ondernemen college over impact waardering bij RUG
Futureproof ondernemen college over impact waardering bij RUG
Erik-Jan Kreuze
Company Profile & SWOT Analysis List.pdf
Company Profile & SWOT Analysis List.pdfCompany Profile & SWOT Analysis List.pdf
Company Profile & SWOT Analysis List.pdf
RobertPhillips265023
Professional Business Report Presentation.pptx.pptx
Professional Business Report Presentation.pptx.pptxProfessional Business Report Presentation.pptx.pptx
Professional Business Report Presentation.pptx.pptx
Jundil Galamiton
2.-Global-and-Philippine-Development.pptx
2.-Global-and-Philippine-Development.pptx2.-Global-and-Philippine-Development.pptx
2.-Global-and-Philippine-Development.pptx
jeronambayec5
Paul Turovsky - A Skilled Communicator
Paul Turovsky  -  A Skilled CommunicatorPaul Turovsky  -  A Skilled Communicator
Paul Turovsky - A Skilled Communicator
Paul Turovsky
China Business Expeditions June 2025.pdf
China Business Expeditions June 2025.pdfChina Business Expeditions June 2025.pdf
China Business Expeditions June 2025.pdf
Ireland in China
Public_20250403_A. Stotz All Weather Strategy - Performance review March 2025
Public_20250403_A. Stotz All Weather Strategy - Performance review March 2025Public_20250403_A. Stotz All Weather Strategy - Performance review March 2025
Public_20250403_A. Stotz All Weather Strategy - Performance review March 2025
FINNOMENAMarketing
HR POLICY & STRATEGY FOR COMPANY BETTERMENT
HR POLICY & STRATEGY FOR COMPANY BETTERMENTHR POLICY & STRATEGY FOR COMPANY BETTERMENT
HR POLICY & STRATEGY FOR COMPANY BETTERMENT
syed8909012
Beyond the Basics: Flow, Forecasting & Decision-Making
Beyond the Basics: Flow, Forecasting & Decision-MakingBeyond the Basics: Flow, Forecasting & Decision-Making
Beyond the Basics: Flow, Forecasting & Decision-Making
Orderly Disruption
Lion One Metals Corporate Presentation April 2025
Lion One Metals Corporate Presentation April 2025Lion One Metals Corporate Presentation April 2025
Lion One Metals Corporate Presentation April 2025
Adnet Communications
Experience in Doing Business in Thailand (Lumentum)
Experience in Doing Business in Thailand (Lumentum)Experience in Doing Business in Thailand (Lumentum)
Experience in Doing Business in Thailand (Lumentum)
Thailand Board of Investment North America
The Most Influential Personality to Follow in 2025.pdf
The Most Influential Personality to Follow in 2025.pdfThe Most Influential Personality to Follow in 2025.pdf
The Most Influential Personality to Follow in 2025.pdf
insightssuccess2
Navigating Emerging Technologies in Business
Navigating Emerging Technologies in BusinessNavigating Emerging Technologies in Business
Navigating Emerging Technologies in Business
Arik Fletcher
Integrity e-commerce Trends FinTech 2025
Integrity e-commerce Trends FinTech 2025Integrity e-commerce Trends FinTech 2025
Integrity e-commerce Trends FinTech 2025
Ed Morrissey
Athens 4 April 2025 Workshop John Coleman Kanban Beyond the Basics- Flow, For...
Athens 4 April 2025 Workshop John Coleman Kanban Beyond the Basics- Flow, For...Athens 4 April 2025 Workshop John Coleman Kanban Beyond the Basics- Flow, For...
Athens 4 April 2025 Workshop John Coleman Kanban Beyond the Basics- Flow, For...
Orderly Disruption
Henry Stoever - An Innovative Business Leader
Henry Stoever - An Innovative Business LeaderHenry Stoever - An Innovative Business Leader
Henry Stoever - An Innovative Business Leader
Henry Stoever
Advanced SystemCare Pro Crack Download 2025
Advanced SystemCare Pro Crack Download 2025Advanced SystemCare Pro Crack Download 2025
Advanced SystemCare Pro Crack Download 2025
bhutbhijan
T-shirt Printing Business New Business Idea
T-shirt Printing Business New Business IdeaT-shirt Printing Business New Business Idea
T-shirt Printing Business New Business Idea
Sujeet Prajapati
tagline quiz for the students of management
tagline quiz for the students of managementtagline quiz for the students of management
tagline quiz for the students of management
mallikas2310
Futureproof ondernemen college over impact waardering bij RUG
Futureproof ondernemen college over impact waardering bij RUGFutureproof ondernemen college over impact waardering bij RUG
Futureproof ondernemen college over impact waardering bij RUG
Erik-Jan Kreuze
Company Profile & SWOT Analysis List.pdf
Company Profile & SWOT Analysis List.pdfCompany Profile & SWOT Analysis List.pdf
Company Profile & SWOT Analysis List.pdf
RobertPhillips265023
Professional Business Report Presentation.pptx.pptx
Professional Business Report Presentation.pptx.pptxProfessional Business Report Presentation.pptx.pptx
Professional Business Report Presentation.pptx.pptx
Jundil Galamiton
2.-Global-and-Philippine-Development.pptx
2.-Global-and-Philippine-Development.pptx2.-Global-and-Philippine-Development.pptx
2.-Global-and-Philippine-Development.pptx
jeronambayec5
Paul Turovsky - A Skilled Communicator
Paul Turovsky  -  A Skilled CommunicatorPaul Turovsky  -  A Skilled Communicator
Paul Turovsky - A Skilled Communicator
Paul Turovsky
China Business Expeditions June 2025.pdf
China Business Expeditions June 2025.pdfChina Business Expeditions June 2025.pdf
China Business Expeditions June 2025.pdf
Ireland in China
Public_20250403_A. Stotz All Weather Strategy - Performance review March 2025
Public_20250403_A. Stotz All Weather Strategy - Performance review March 2025Public_20250403_A. Stotz All Weather Strategy - Performance review March 2025
Public_20250403_A. Stotz All Weather Strategy - Performance review March 2025
FINNOMENAMarketing
HR POLICY & STRATEGY FOR COMPANY BETTERMENT
HR POLICY & STRATEGY FOR COMPANY BETTERMENTHR POLICY & STRATEGY FOR COMPANY BETTERMENT
HR POLICY & STRATEGY FOR COMPANY BETTERMENT
syed8909012
Beyond the Basics: Flow, Forecasting & Decision-Making
Beyond the Basics: Flow, Forecasting & Decision-MakingBeyond the Basics: Flow, Forecasting & Decision-Making
Beyond the Basics: Flow, Forecasting & Decision-Making
Orderly Disruption
Lion One Metals Corporate Presentation April 2025
Lion One Metals Corporate Presentation April 2025Lion One Metals Corporate Presentation April 2025
Lion One Metals Corporate Presentation April 2025
Adnet Communications
The Most Influential Personality to Follow in 2025.pdf
The Most Influential Personality to Follow in 2025.pdfThe Most Influential Personality to Follow in 2025.pdf
The Most Influential Personality to Follow in 2025.pdf
insightssuccess2
Navigating Emerging Technologies in Business
Navigating Emerging Technologies in BusinessNavigating Emerging Technologies in Business
Navigating Emerging Technologies in Business
Arik Fletcher
Integrity e-commerce Trends FinTech 2025
Integrity e-commerce Trends FinTech 2025Integrity e-commerce Trends FinTech 2025
Integrity e-commerce Trends FinTech 2025
Ed Morrissey
Athens 4 April 2025 Workshop John Coleman Kanban Beyond the Basics- Flow, For...
Athens 4 April 2025 Workshop John Coleman Kanban Beyond the Basics- Flow, For...Athens 4 April 2025 Workshop John Coleman Kanban Beyond the Basics- Flow, For...
Athens 4 April 2025 Workshop John Coleman Kanban Beyond the Basics- Flow, For...
Orderly Disruption
Henry Stoever - An Innovative Business Leader
Henry Stoever - An Innovative Business LeaderHenry Stoever - An Innovative Business Leader
Henry Stoever - An Innovative Business Leader
Henry Stoever

lecture-2-android-dev.pdf