SlideShare a Scribd company logo
An introduction to Android Development

Melson J Zacharias	

Perleybrook Labs LLC	

@mjzacharias
OVERVIEW
• Java basics

• Evolution of android

• Development in android
JAVA?
Introduction to Android development -  CEC ISQIP 2014
HISTORY
• James Gosling 1995

• WORA

• Compiled & interpreted

• Slow
ANDROID?
• Android Inc.

• Open Handset Alliance

• AOSP

• Google
Introduction to Android development -  CEC ISQIP 2014
Introduction to Android development -  CEC ISQIP 2014
Activities
public class MainActivity extends Activity {
!
}
Introduction to Android development -  CEC ISQIP 2014
LIST VIEW
• Messaging

• Contacts

• Email
Services
public class MyService extends Service {
	

}
Broadcast receivers
public class MyReceiver extends BroadcastReceiver {
!
}
public class MyContentProvider extends ContentProvider {
!
}
Content providers
• Fragments

• Views

• Layouts

• Intents

• Resources

• Manifest
Additional components
SAVING DATA?
• SharedPreferences

• SQLite
DATA EXCHANGE?
• XML

• JSON
BACKGROUND OPERATIONS?
AsyncTask to the rescue!

• onPreExecute

• doInBackground

• onPostExecute
THANK YOU! :)
@mjzacharias | http://thenullpointer.in | fb.com/mjzacharias

More Related Content

PDF
すべてを自動化せよ! 〜生産性向上チームの挑戦〜
PDF
SQL Server Dev ToolKit
PPTX
Android
PPTX
Basics of Android
PDF
Android Basics
PPT
Android Basics
PPTX
Android Basics
PPTX
Introduction to android basics
すべてを自動化せよ! 〜生産性向上チームの挑戦〜
SQL Server Dev ToolKit
Android
Basics of Android
Android Basics
Android Basics
Android Basics
Introduction to android basics

Similar to Introduction to Android development - CEC ISQIP 2014 (20)

PPT
Android application development
PPTX
Android Application Development (1).pptx
PPT
Android application development
PPT
Android Application Development (2).ppt
PPT
Android Application Development.ppt
PPT
Android Application Development.ppt
PPT
Android Application Development.ppt
PPT
Android Application Development.ppt
PPT
Android Application Development.ppt
PPT
Android Application Development.ppt
PPT
Android application development
PPT
Android application development
PDF
Android Application Development.pdf
PPT
Android Training
PPTX
Workshop Android for Java Developers
PPT
Introduction to android
PDF
Android development first steps
PPTX
Android Application Development GDSC DCE Darbhanga.pptx
PPTX
Android OS & SDK - Getting Started
PDF
Android Jumpstart Jfokus
Android application development
Android Application Development (1).pptx
Android application development
Android Application Development (2).ppt
Android Application Development.ppt
Android Application Development.ppt
Android Application Development.ppt
Android Application Development.ppt
Android Application Development.ppt
Android Application Development.ppt
Android application development
Android application development
Android Application Development.pdf
Android Training
Workshop Android for Java Developers
Introduction to android
Android development first steps
Android Application Development GDSC DCE Darbhanga.pptx
Android OS & SDK - Getting Started
Android Jumpstart Jfokus
Ad

Recently uploaded (20)

PDF
Unlocking AI with Model Context Protocol (MCP)
PDF
Getting Started with Data Integration: FME Form 101
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
Network Security Unit 5.pdf for BCA BBA.
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PDF
Approach and Philosophy of On baking technology
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PDF
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
Empathic Computing: Creating Shared Understanding
PPTX
SOPHOS-XG Firewall Administrator PPT.pptx
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
PPTX
MYSQL Presentation for SQL database connectivity
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PPTX
A Presentation on Artificial Intelligence
PPTX
Tartificialntelligence_presentation.pptx
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
Unlocking AI with Model Context Protocol (MCP)
Getting Started with Data Integration: FME Form 101
Reach Out and Touch Someone: Haptics and Empathic Computing
Network Security Unit 5.pdf for BCA BBA.
Diabetes mellitus diagnosis method based random forest with bat algorithm
Approach and Philosophy of On baking technology
Agricultural_Statistics_at_a_Glance_2022_0.pdf
MIND Revenue Release Quarter 2 2025 Press Release
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
20250228 LYD VKU AI Blended-Learning.pptx
Empathic Computing: Creating Shared Understanding
SOPHOS-XG Firewall Administrator PPT.pptx
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
MYSQL Presentation for SQL database connectivity
Mobile App Security Testing_ A Comprehensive Guide.pdf
A Presentation on Artificial Intelligence
Tartificialntelligence_presentation.pptx
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Dropbox Q2 2025 Financial Results & Investor Presentation
Ad

Introduction to Android development - CEC ISQIP 2014