01.0 Introduction to Android
01.0 Introduction to Android
Build your
first app
Lesson 1
Introduction This
Introduction Thiswork
workisislicensed
licensedunder
undera a
Android Developer Creative
CreativeCommons
CommonsAttribution
Attribution4.0
4.0 1
to
toAndroid
Android International
InternationalLicense
License
Fundamentals V2
1.0 Introduction to
Android
● Android is an ecosystem
● Android platform architecture
● Android Versions
● Challenges of Android app development
● App fundamentals
Example:
Your app can use a system app to deliver a SMS
message.
This work is licensed under a
Introduction
Android Developer Creative Commons Attribution 4.0 15
to Android International License
Fundamentals V2
Java API Framework
The entire feature-set of the Android OS is available
to you through APIs written in the Java language.
Each app runs in its own process with its own instance
of the Android Runtime.