SlideShare a Scribd company logo
1 of 18
Download to read offline
ANDROID
OBJECTIVES
Why Android
Android Introduction
Android History
Android Features
Android and Java
Android Software Stack
Android SDK
Hello Word
WHY DEVELOP FOR ANDROID
 Android is open
 Android is free
 Java Based Platform (HTML for Cross
Platform Apps)
 Developer Community
 Powered by Google, Easy to Access
Google Services
 Google Search Rank
Vision for Android
Our goal is not just a single device. Our vision is a
mobile platform
That runs on many different devices.
- Eric Schmidt
WHAT IS ANDROID
A software platform and operating system for mobile
devices
Based on the linux kernel.
Developed by Google and later the Open handset
Alliance (OHA)
Possibility to write applications in other languages
(i.e. C#, HTML) and compiling it to ARM native code.
An open platform for developers, users & industry
OHA
ANDROID HISTORY
2005 Google buys Android Inc. Work on
Dalvik starts
2007 Open Handset Alliance announced
Early Software Development Kit
2011 Games, Tablets, TVs
Future Beyond phones
ANDROID FEATURES
Software Features
 Integrated browser based on the open source WebKit engine
 SQLite for relational data storage
 Media support for common audio, video, and still image formats(MPEG4,
H.264, MP3, AAC, AMR, JPG, PNG, GIF)
 Dalvik Virtual Machine optimized for mobile devices
Hardware Features
 Cellular networking : GSM, EDGE, 3G (hardware dependent)
 LAN : Bluetooth, and Wi-Fi (hardware dependent)
 Graphics Hardware Acceleration
 Camera, GPS and Compass (hardware dependent)
 Touch screen and accelerometer for motion sensing
ANDROID AND JAVA
 Based on Apache Harmony Java and Dalvik VM
 Android’s Java is open as it gets. Although Oracle disagrees
 Android Java = Java SE – AWT/Swing + Android API’s
Java Source Code
Java
Compiler
Java Byte Code
Java VM
Java Byte Code
Java Source Code
Java
Compiler
Java Byte Code
Dalvic VM
Dalvic Byte Code
Dex
Compiler
Dalvic Byte Code
Core Libraries
 Provides the functionality of the JAVA Programming Language
 Android Application runs in its own process, with its own instance of the
Dalvik virtual machine
Dalvik VM: Java based license free VM
 Register based VM, optimization for low memory requirements
 Executes files in the Dalvik Executable (.dex) format
 DX tool converts classes to .dex format
Dalvik VM is Android implementation of
Java VM
Dalvik is optimized for mobile devices:
• Battery consumption
• CPU capabilities
Key Dalvik differences:
• Register-based versus stack-based VM
• Dalvik runs .dex files
• More efficient and compact implementation
• Different set of Java libraries than JDK
MORE ABOUT DALVIK
Dalvik VM is Android implementation of Java VM
Dalvik is optimized for mobile devices:
• Battery consumption
• CPU capabilities
Key Dalvik differences:
• Register-based versus stack-based VM
• Dalvik runs .dex files
• More efficient and compact implementation
• Different set of Java libraries than JDK
• LIBC: C STANDARD LIB.
• SSL: SECURE SOCKET LAYER
• SGL: 2D IMAGE ENGINE
• OPENGL|ES: 3D IMAGE ENGINE
• MEDIA FRAMEWORK: CORE PART OF ANDROID MULTI-MEDIA
• SQLITE: EMBEDDED DATABASE
• WEBKIT: KERNEL OF WEB BROWSER
• FREETYPE: BITMAP AND VECTOR
• SUFRACE MANAGER: MANAGE DIFFERENCE WINDOWS FOR
DIFFERENT APPLICATIONS
PREREQUISITES FOR LEARNING
ANDROID
 Java Experience: Android development is mostly done in
Java. It’s not a difficult language to learn, per se, but
knowing how it applies to Android development can be
confusing without a firm foundation in the language.
Android Java is not exactly standard Java, but learning
standard Java will make it much easier for you to pick up
Android development.
 XML Experience: Knowing XML can be useful in a number
of tech-related fields and Android is no exception. In
particular, XML files make it easier to declare UI elements
in the apps you create. Past experience is a big plus.

More Related Content

What's hot

Arduino - Android Workshop Presentation
Arduino - Android Workshop PresentationArduino - Android Workshop Presentation
Arduino - Android Workshop PresentationHem Shrestha
 
Android Overview
Android OverviewAndroid Overview
Android OverviewRaju Kadam
 
Android Introduction
Android IntroductionAndroid Introduction
Android Introductionaswapnal
 
Android Training - Part 2
Android Training - Part 2Android Training - Part 2
Android Training - Part 2Tbldevelopment
 
An introduction to Android
An introduction to AndroidAn introduction to Android
An introduction to AndroidRajesh Jambukia
 
Android application development for TresmaxAsia
Android application development for TresmaxAsiaAndroid application development for TresmaxAsia
Android application development for TresmaxAsiaMichael Angelo Rivera
 
Android fundamentals and tutorial for beginners
Android fundamentals and tutorial for beginnersAndroid fundamentals and tutorial for beginners
Android fundamentals and tutorial for beginnersBoom Shukla
 
Android architecture
Android architectureAndroid architecture
Android architectureHari Krishna
 
Introduction to Android, Architecture & Components
Introduction to  Android, Architecture & ComponentsIntroduction to  Android, Architecture & Components
Introduction to Android, Architecture & ComponentsVijay Rastogi
 
Developing Applications for Android - Lecture#1
Developing Applications for Android - Lecture#1Developing Applications for Android - Lecture#1
Developing Applications for Android - Lecture#1Usman Chaudhry
 
Java Meetup - 12-03-15 - Android Development Workshop
Java Meetup - 12-03-15 - Android Development WorkshopJava Meetup - 12-03-15 - Android Development Workshop
Java Meetup - 12-03-15 - Android Development WorkshopKasun Dananjaya Delgolla
 
Introduction to Android Development Part 1
Introduction to Android Development Part 1Introduction to Android Development Part 1
Introduction to Android Development Part 1Kainda Kiniel Daka
 
Introduction to Android Development
Introduction to Android DevelopmentIntroduction to Android Development
Introduction to Android DevelopmentCan Elmas
 
Slides bootcamp21
Slides bootcamp21Slides bootcamp21
Slides bootcamp21dxsaki
 
Few steps into Android
Few steps into AndroidFew steps into Android
Few steps into AndroidAlexey Buzdin
 
Introduction to Android Development
Introduction to Android DevelopmentIntroduction to Android Development
Introduction to Android DevelopmentSander Alberink
 
Android architecture
Android architectureAndroid architecture
Android architecturepoojapainter
 

What's hot (20)

Arduino - Android Workshop Presentation
Arduino - Android Workshop PresentationArduino - Android Workshop Presentation
Arduino - Android Workshop Presentation
 
Android Overview
Android OverviewAndroid Overview
Android Overview
 
Android Introduction
Android IntroductionAndroid Introduction
Android Introduction
 
Android Training - Part 2
Android Training - Part 2Android Training - Part 2
Android Training - Part 2
 
An introduction to Android
An introduction to AndroidAn introduction to Android
An introduction to Android
 
Android application development for TresmaxAsia
Android application development for TresmaxAsiaAndroid application development for TresmaxAsia
Android application development for TresmaxAsia
 
Ci for Android
Ci for AndroidCi for Android
Ci for Android
 
Android fundamentals and tutorial for beginners
Android fundamentals and tutorial for beginnersAndroid fundamentals and tutorial for beginners
Android fundamentals and tutorial for beginners
 
Androidify workshop
Androidify workshopAndroidify workshop
Androidify workshop
 
Android architecture
Android architectureAndroid architecture
Android architecture
 
Introduction to Android, Architecture & Components
Introduction to  Android, Architecture & ComponentsIntroduction to  Android, Architecture & Components
Introduction to Android, Architecture & Components
 
Developing Applications for Android - Lecture#1
Developing Applications for Android - Lecture#1Developing Applications for Android - Lecture#1
Developing Applications for Android - Lecture#1
 
Java Meetup - 12-03-15 - Android Development Workshop
Java Meetup - 12-03-15 - Android Development WorkshopJava Meetup - 12-03-15 - Android Development Workshop
Java Meetup - 12-03-15 - Android Development Workshop
 
Introduction to android
Introduction to androidIntroduction to android
Introduction to android
 
Introduction to Android Development Part 1
Introduction to Android Development Part 1Introduction to Android Development Part 1
Introduction to Android Development Part 1
 
Introduction to Android Development
Introduction to Android DevelopmentIntroduction to Android Development
Introduction to Android Development
 
Slides bootcamp21
Slides bootcamp21Slides bootcamp21
Slides bootcamp21
 
Few steps into Android
Few steps into AndroidFew steps into Android
Few steps into Android
 
Introduction to Android Development
Introduction to Android DevelopmentIntroduction to Android Development
Introduction to Android Development
 
Android architecture
Android architectureAndroid architecture
Android architecture
 

Viewers also liked

Consumer satisfaction on Android and IOS
Consumer satisfaction on Android and IOSConsumer satisfaction on Android and IOS
Consumer satisfaction on Android and IOSUtsav Mahendra
 
Dissertation report “Consumer Behavior towards online shopping of Smart Phone...
Dissertation report “Consumer Behavior towards online shopping of Smart Phone...Dissertation report “Consumer Behavior towards online shopping of Smart Phone...
Dissertation report “Consumer Behavior towards online shopping of Smart Phone...hasnain2
 
A PROJECT REPORT ON A STUDY ON CONSUMER BUYING BEHAVIOR TOWARDS SMARTPHONE
A PROJECT REPORT  ON A STUDY ON CONSUMER BUYING BEHAVIOR TOWARDS SMARTPHONEA PROJECT REPORT  ON A STUDY ON CONSUMER BUYING BEHAVIOR TOWARDS SMARTPHONE
A PROJECT REPORT ON A STUDY ON CONSUMER BUYING BEHAVIOR TOWARDS SMARTPHONEVibhor Agarwal
 

Viewers also liked (6)

android
androidandroid
android
 
Consumer satisfaction on Android and IOS
Consumer satisfaction on Android and IOSConsumer satisfaction on Android and IOS
Consumer satisfaction on Android and IOS
 
Android Vs iOS
Android Vs iOSAndroid Vs iOS
Android Vs iOS
 
Dissertation report “Consumer Behavior towards online shopping of Smart Phone...
Dissertation report “Consumer Behavior towards online shopping of Smart Phone...Dissertation report “Consumer Behavior towards online shopping of Smart Phone...
Dissertation report “Consumer Behavior towards online shopping of Smart Phone...
 
Ios vs android
Ios vs androidIos vs android
Ios vs android
 
A PROJECT REPORT ON A STUDY ON CONSUMER BUYING BEHAVIOR TOWARDS SMARTPHONE
A PROJECT REPORT  ON A STUDY ON CONSUMER BUYING BEHAVIOR TOWARDS SMARTPHONEA PROJECT REPORT  ON A STUDY ON CONSUMER BUYING BEHAVIOR TOWARDS SMARTPHONE
A PROJECT REPORT ON A STUDY ON CONSUMER BUYING BEHAVIOR TOWARDS SMARTPHONE
 

Similar to Android introduction

Android development process- thorsignia
Android development process- thorsigniaAndroid development process- thorsignia
Android development process- thorsigniacharan Teja
 
Getting started with android
Getting started with androidGetting started with android
Getting started with androidamitgb
 
Android Architecture design programming with java
Android Architecture design programming with javaAndroid Architecture design programming with java
Android Architecture design programming with javassuser471dfb
 
EMEA AppForum 2015 Android KitKat & Lollipop - new features for enterprise de...
EMEA AppForum 2015 Android KitKat & Lollipop - new features for enterprise de...EMEA AppForum 2015 Android KitKat & Lollipop - new features for enterprise de...
EMEA AppForum 2015 Android KitKat & Lollipop - new features for enterprise de...Pietro F. Maggi
 
Introduction to Android
Introduction to Android Introduction to Android
Introduction to Android Ranjith Kumar
 
Android and android phones
Android and android phonesAndroid and android phones
Android and android phonesDennise Layague
 
Android understanding
Android understandingAndroid understanding
Android understandingRamesh Rao
 
Android Seminar || history || versions||application developement
Android Seminar || history || versions||application developement Android Seminar || history || versions||application developement
Android Seminar || history || versions||application developement Shubham Pahune
 
Android App Development..
Android App Development..Android App Development..
Android App Development..ITM University
 
Android_Studio_Structure.docx
Android_Studio_Structure.docxAndroid_Studio_Structure.docx
Android_Studio_Structure.docxKNANTHINIMCA
 

Similar to Android introduction (20)

Android development process- thorsignia
Android development process- thorsigniaAndroid development process- thorsignia
Android development process- thorsignia
 
Getting started with android
Getting started with androidGetting started with android
Getting started with android
 
Android Architecture design programming with java
Android Architecture design programming with javaAndroid Architecture design programming with java
Android Architecture design programming with java
 
Android My Seminar
Android My SeminarAndroid My Seminar
Android My Seminar
 
Introduction to android
Introduction to androidIntroduction to android
Introduction to android
 
EMEA AppForum 2015 Android KitKat & Lollipop - new features for enterprise de...
EMEA AppForum 2015 Android KitKat & Lollipop - new features for enterprise de...EMEA AppForum 2015 Android KitKat & Lollipop - new features for enterprise de...
EMEA AppForum 2015 Android KitKat & Lollipop - new features for enterprise de...
 
Android
AndroidAndroid
Android
 
Android Platform Architecture
Android Platform ArchitectureAndroid Platform Architecture
Android Platform Architecture
 
Introduction to Android
Introduction to Android Introduction to Android
Introduction to Android
 
Android OS
Android OSAndroid OS
Android OS
 
Android
Android Android
Android
 
Introduction to Android.ppt
Introduction to Android.pptIntroduction to Android.ppt
Introduction to Android.ppt
 
01 02 - introduction - adroid stack
01  02 - introduction - adroid stack01  02 - introduction - adroid stack
01 02 - introduction - adroid stack
 
Android and android phones
Android and android phonesAndroid and android phones
Android and android phones
 
Android understanding
Android understandingAndroid understanding
Android understanding
 
Android Seminar || history || versions||application developement
Android Seminar || history || versions||application developement Android Seminar || history || versions||application developement
Android Seminar || history || versions||application developement
 
Android App Development..
Android App Development..Android App Development..
Android App Development..
 
Android_Studio_Structure.docx
Android_Studio_Structure.docxAndroid_Studio_Structure.docx
Android_Studio_Structure.docx
 
Android ppt
Android pptAndroid ppt
Android ppt
 
01 03 - introduction to android
01  03 - introduction to android01  03 - introduction to android
01 03 - introduction to android
 

More from Rahul Pola

Automized Examination System
Automized Examination SystemAutomized Examination System
Automized Examination SystemRahul Pola
 
Project Synopsis sample
Project Synopsis sampleProject Synopsis sample
Project Synopsis sampleRahul Pola
 
Sequence diagram
Sequence diagramSequence diagram
Sequence diagramRahul Pola
 
Object diagram
Object diagramObject diagram
Object diagramRahul Pola
 
Use case Diagram
Use case Diagram Use case Diagram
Use case Diagram Rahul Pola
 
Cloud Computing
Cloud ComputingCloud Computing
Cloud ComputingRahul Pola
 
Linux shell env
Linux shell envLinux shell env
Linux shell envRahul Pola
 
Linux Information
Linux InformationLinux Information
Linux InformationRahul Pola
 
Cloud computing
Cloud computingCloud computing
Cloud computingRahul Pola
 

More from Rahul Pola (11)

UML Diagrams
UML  DiagramsUML  Diagrams
UML Diagrams
 
Automized Examination System
Automized Examination SystemAutomized Examination System
Automized Examination System
 
Project Synopsis sample
Project Synopsis sampleProject Synopsis sample
Project Synopsis sample
 
Report format
Report formatReport format
Report format
 
Sequence diagram
Sequence diagramSequence diagram
Sequence diagram
 
Object diagram
Object diagramObject diagram
Object diagram
 
Use case Diagram
Use case Diagram Use case Diagram
Use case Diagram
 
Cloud Computing
Cloud ComputingCloud Computing
Cloud Computing
 
Linux shell env
Linux shell envLinux shell env
Linux shell env
 
Linux Information
Linux InformationLinux Information
Linux Information
 
Cloud computing
Cloud computingCloud computing
Cloud computing
 

Recently uploaded

4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptx4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptxmary850239
 
4.9.24 School Desegregation in Boston.pptx
4.9.24 School Desegregation in Boston.pptx4.9.24 School Desegregation in Boston.pptx
4.9.24 School Desegregation in Boston.pptxmary850239
 
How to Manage Buy 3 Get 1 Free in Odoo 17
How to Manage Buy 3 Get 1 Free in Odoo 17How to Manage Buy 3 Get 1 Free in Odoo 17
How to Manage Buy 3 Get 1 Free in Odoo 17Celine George
 
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptxBIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptxSayali Powar
 
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...Nguyen Thanh Tu Collection
 
Sulphonamides, mechanisms and their uses
Sulphonamides, mechanisms and their usesSulphonamides, mechanisms and their uses
Sulphonamides, mechanisms and their usesVijayaLaxmi84
 
Congestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentationCongestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentationdeepaannamalai16
 
ARTERIAL BLOOD GAS ANALYSIS........pptx
ARTERIAL BLOOD  GAS ANALYSIS........pptxARTERIAL BLOOD  GAS ANALYSIS........pptx
ARTERIAL BLOOD GAS ANALYSIS........pptxAneriPatwari
 
Mythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITWMythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITWQuiz Club NITW
 
Q-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITWQ-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITWQuiz Club NITW
 
Employablity presentation and Future Career Plan.pptx
Employablity presentation and Future Career Plan.pptxEmployablity presentation and Future Career Plan.pptx
Employablity presentation and Future Career Plan.pptxryandux83rd
 
Grade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptxGrade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptxkarenfajardo43
 
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...DhatriParmar
 
Scientific Writing :Research Discourse
Scientific  Writing :Research  DiscourseScientific  Writing :Research  Discourse
Scientific Writing :Research DiscourseAnita GoswamiGiri
 
How to Fix XML SyntaxError in Odoo the 17
How to Fix XML SyntaxError in Odoo the 17How to Fix XML SyntaxError in Odoo the 17
How to Fix XML SyntaxError in Odoo the 17Celine George
 

Recently uploaded (20)

4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptx4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptx
 
4.9.24 School Desegregation in Boston.pptx
4.9.24 School Desegregation in Boston.pptx4.9.24 School Desegregation in Boston.pptx
4.9.24 School Desegregation in Boston.pptx
 
How to Manage Buy 3 Get 1 Free in Odoo 17
How to Manage Buy 3 Get 1 Free in Odoo 17How to Manage Buy 3 Get 1 Free in Odoo 17
How to Manage Buy 3 Get 1 Free in Odoo 17
 
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptxBIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
 
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
 
Sulphonamides, mechanisms and their uses
Sulphonamides, mechanisms and their usesSulphonamides, mechanisms and their uses
Sulphonamides, mechanisms and their uses
 
Introduction to Research ,Need for research, Need for design of Experiments, ...
Introduction to Research ,Need for research, Need for design of Experiments, ...Introduction to Research ,Need for research, Need for design of Experiments, ...
Introduction to Research ,Need for research, Need for design of Experiments, ...
 
Congestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentationCongestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentation
 
ARTERIAL BLOOD GAS ANALYSIS........pptx
ARTERIAL BLOOD  GAS ANALYSIS........pptxARTERIAL BLOOD  GAS ANALYSIS........pptx
ARTERIAL BLOOD GAS ANALYSIS........pptx
 
Mythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITWMythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITW
 
Paradigm shift in nursing research by RS MEHTA
Paradigm shift in nursing research by RS MEHTAParadigm shift in nursing research by RS MEHTA
Paradigm shift in nursing research by RS MEHTA
 
Spearman's correlation,Formula,Advantages,
Spearman's correlation,Formula,Advantages,Spearman's correlation,Formula,Advantages,
Spearman's correlation,Formula,Advantages,
 
Q-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITWQ-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITW
 
Chi-Square Test Non Parametric Test Categorical Variable
Chi-Square Test Non Parametric Test Categorical VariableChi-Square Test Non Parametric Test Categorical Variable
Chi-Square Test Non Parametric Test Categorical Variable
 
Employablity presentation and Future Career Plan.pptx
Employablity presentation and Future Career Plan.pptxEmployablity presentation and Future Career Plan.pptx
Employablity presentation and Future Career Plan.pptx
 
Grade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptxGrade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptx
 
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...
 
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptxINCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
 
Scientific Writing :Research Discourse
Scientific  Writing :Research  DiscourseScientific  Writing :Research  Discourse
Scientific Writing :Research Discourse
 
How to Fix XML SyntaxError in Odoo the 17
How to Fix XML SyntaxError in Odoo the 17How to Fix XML SyntaxError in Odoo the 17
How to Fix XML SyntaxError in Odoo the 17
 

Android introduction

  • 2. OBJECTIVES Why Android Android Introduction Android History Android Features Android and Java Android Software Stack Android SDK Hello Word
  • 3. WHY DEVELOP FOR ANDROID  Android is open  Android is free  Java Based Platform (HTML for Cross Platform Apps)  Developer Community  Powered by Google, Easy to Access Google Services  Google Search Rank
  • 4. Vision for Android Our goal is not just a single device. Our vision is a mobile platform That runs on many different devices. - Eric Schmidt
  • 5. WHAT IS ANDROID A software platform and operating system for mobile devices Based on the linux kernel. Developed by Google and later the Open handset Alliance (OHA) Possibility to write applications in other languages (i.e. C#, HTML) and compiling it to ARM native code. An open platform for developers, users & industry
  • 6. OHA
  • 7.
  • 8.
  • 9.
  • 10.
  • 11. ANDROID HISTORY 2005 Google buys Android Inc. Work on Dalvik starts 2007 Open Handset Alliance announced Early Software Development Kit 2011 Games, Tablets, TVs Future Beyond phones
  • 12. ANDROID FEATURES Software Features  Integrated browser based on the open source WebKit engine  SQLite for relational data storage  Media support for common audio, video, and still image formats(MPEG4, H.264, MP3, AAC, AMR, JPG, PNG, GIF)  Dalvik Virtual Machine optimized for mobile devices Hardware Features  Cellular networking : GSM, EDGE, 3G (hardware dependent)  LAN : Bluetooth, and Wi-Fi (hardware dependent)  Graphics Hardware Acceleration  Camera, GPS and Compass (hardware dependent)  Touch screen and accelerometer for motion sensing
  • 13. ANDROID AND JAVA  Based on Apache Harmony Java and Dalvik VM  Android’s Java is open as it gets. Although Oracle disagrees  Android Java = Java SE – AWT/Swing + Android API’s Java Source Code Java Compiler Java Byte Code Java VM Java Byte Code Java Source Code Java Compiler Java Byte Code Dalvic VM Dalvic Byte Code Dex Compiler Dalvic Byte Code
  • 14.
  • 15. Core Libraries  Provides the functionality of the JAVA Programming Language  Android Application runs in its own process, with its own instance of the Dalvik virtual machine Dalvik VM: Java based license free VM  Register based VM, optimization for low memory requirements  Executes files in the Dalvik Executable (.dex) format  DX tool converts classes to .dex format Dalvik VM is Android implementation of Java VM Dalvik is optimized for mobile devices: • Battery consumption • CPU capabilities Key Dalvik differences: • Register-based versus stack-based VM • Dalvik runs .dex files • More efficient and compact implementation • Different set of Java libraries than JDK
  • 16. MORE ABOUT DALVIK Dalvik VM is Android implementation of Java VM Dalvik is optimized for mobile devices: • Battery consumption • CPU capabilities Key Dalvik differences: • Register-based versus stack-based VM • Dalvik runs .dex files • More efficient and compact implementation • Different set of Java libraries than JDK
  • 17. • LIBC: C STANDARD LIB. • SSL: SECURE SOCKET LAYER • SGL: 2D IMAGE ENGINE • OPENGL|ES: 3D IMAGE ENGINE • MEDIA FRAMEWORK: CORE PART OF ANDROID MULTI-MEDIA • SQLITE: EMBEDDED DATABASE • WEBKIT: KERNEL OF WEB BROWSER • FREETYPE: BITMAP AND VECTOR • SUFRACE MANAGER: MANAGE DIFFERENCE WINDOWS FOR DIFFERENT APPLICATIONS
  • 18. PREREQUISITES FOR LEARNING ANDROID  Java Experience: Android development is mostly done in Java. It’s not a difficult language to learn, per se, but knowing how it applies to Android development can be confusing without a firm foundation in the language. Android Java is not exactly standard Java, but learning standard Java will make it much easier for you to pick up Android development.  XML Experience: Knowing XML can be useful in a number of tech-related fields and Android is no exception. In particular, XML files make it easier to declare UI elements in the apps you create. Past experience is a big plus.