SlideShare a Scribd company logo
1 of 35
WHAT IS ANDROID?
• It is a open source software platform and operating system for mobile
devices
• Based on the Linux kernel
• Developed by Google and later the Open Handset Alliance (OHA)
• Allows writing managed code in the Java language
• Android has its own virtual machine i.e. DVM(Dalvik Virtual
Machine),which is used for executing the android applicatn.
• Google purchased the initial developer of the software , android
incorporated in 2005.
• Provides platform for developing apps & marketplace for distribution.
 Android was designed as a platform for software development.
 Android is open source.
 Android is free.
 Community support.
 Tool support.
Why Android ?
HISTORY OF ANDROID
 Android Inc. founded in Palo Alto, California, united states in October 2003 by
Andy Rubin[co-founder of danger ], rich miner[co-founder of wildfire
communication Inc.], nick sears[once VP at T-Mobile], and Chris white[headed
design and interface development at web TV] to develop.
 Andy Rubin was developed android in the year 2003-2005 with Google support
and same company took Android in August 2005.
 In 2008 the first Android device is launched, that is HTC Dream G1 which
operates Android 1.0
Key features of Android
 Storage
 Connectivity
 Messaging
 Multiple languages
 Web browser
 Java support
 Media support
 Supports SSL(TLS)
 Streaming media support
 Additional hardware support
 Multi-touch
LINUX KERNEL
•The architecture is based on the Linux2.6 kernel.
• This layer is core of android architecture. It provides
service like power management, memory management,
security etc.
• It helps in software or hardware binding for better
communication.
NATIVE LIBRARIES
• Android has its own libraries, which is written in
C/C++. These libraries cannot be accessed directly.
With the help of application framework, we can access
these libraries. There are many libraries like web
libraries to access web browsers, libraries for android
and video formats etc.
Android Run Time
• The Android Runtime was designed specifically for
Android to meet the needs of running in an embedded
environment where you have limited battery, limited
memory, limited CPU.
• Dalvik is the process virtual machine in Google's
android operating system. It is the software that runs the
apps on android devices. Dalvik is thus an integral part
of android ,which is typically used on mobile devices
such as mobile phones and tablet computers.
• Programs are commonly written in java and compiled to
byte code.
Android Run Time
•This is in blue, meaning that it's written in
the Java programming language.
•The core library contains all of the collection
classes, utilities, IO, all the utilities and tools
that you’ve come to expected to use.
Application Framework
•This is all written in a Java programming language and
the application framework is the toolkit that all
applications use.
•These applications include the ones that come with a
phone like the home applications, or the phone
application.
•It includes applications written by Google, and it
includes apps that will be written by you.
•So, all apps use the same framework and the same
APIs.
Contd…
These are as follows:-
• Activity manager:-It manages the lifecycle of applications. It enable
proper management of all the activities. All the activities are
controlled by activity manager.
• Resource manager:-It provides access to non-code resources such as
graphics etc.
• Notification manager:-It enables all applications to display custom
alerts in status bar.
• Location manager:- It fires alerts when user enters or leaves a
specified geographical location.
• Package manager:-It is use to retrieve the data about installed
packages on device.
• Window manager:-It is use to create views and layouts.
• Telephony manager:-It is use to handle settings of network
connection and all information about services on device.
APPLICATION LAYER
•the final layer on top is Applications.
•It includes the home application the contacts
application , the browser, and apps.
•It is the most upper layer in android architecture.
•All the applications like camera, Google maps,
browser,sms,calendars,contacts are native applications.
These applications works with end user with the help of
application framework to operate.
A number of well-recognized mobile operating systems are available in
the market in both proprietary and open-source categories. Most widely
used mobile operating systems are −
•Android
•IOS
•BlackBerry
•Windows
resources
Manifest
Un-compiled
resources
Android Versions ?
Code name Version number Initial release date API level
Alpha 1.0 September 23, 2008 1
Beta 1.1 February 9, 2009 2
Cupcake 1.5 April 27, 2009 3
Donut 1.6 September 15, 2009 4
Éclair 2.0 – 2.1 October 26, 2009 5 – 7
Froyo 2.2 – 2.2.3 May 20, 2010 8
Gingerbread 2.3 – 2.3.7 December 6, 2010 9 – 10
Honeycomb 3.0 – 3.2.6 February 22, 2011 11 – 13
Ice Cream Sandwich 4.0 – 4.0.4 October 18, 2011 14 – 15
Jelly Bean 4.1 – 4.3.1 July 9, 2012 16 – 18
KitKat 4.4 – 4.4.4 October 31, 2013 19 – 20
Lollipop 5.0 – 5.1.1 November 12, 2014 21 – 22
Marshmallow 6.0 – 6.0.1 October 5, 2015 23
Nougat 7.0 August or September 2016 24
A software development kit (SDK or "devkit") is
typically a set of software development tools that allows
the creation of applications for a certain software
package, software framework, hardware platform,
computer system, video game console, operating
system, or similar development platform.
What is SDK?
What is JDK ?
 The Java Development Kit (JDK) is a software development environment
used for developing Java applications and applets. It includes the Java
Runtime Environment (JRE), an interpreter/loader (java), a compiler (javac),
an archiver (jar), a documentation generator (javadoc) and other tools
needed in Java development.
Android Studio
 Official IDE for Android application development.
 Based on JetBrains’ IntelliJ IDEA software
 Available on Windows, Linux, Mac.
 Android Studio vs. Eclipse ADT comparison
Feature Android Studio Eclipse ADT Eclipse AndMore
Build system Graldle Apache Ant Gradle/Maven/Ant
Maven-based build
dependencies
Yes No Yes
Build variants and
multiple-APK generation
Yes No ?
Advanced Android code
Complition and
refactoring
Yes Yes ?
Graphical layout editor Yes Yes Yes
APK signing and
keystore management
Yes Yes Yes
NDK support Yes Yes Yes
Windows OS X Linux
OS version
Microsoft Windows 10/8/7 (32-
or 64-bit)
Mac OS X 10.8.5 or higher, up to
10.11.4 (El Capitan)
GNOME or KDE desktop
RAM 2 GB RAM minimum, 8 GB RAM recommended
Disk space
500 MB disk space for Android Studio, at least 1.5 GB for Android SDK, emulator system images,
and caches
Java version Java Development Kit (JDK) 8 Java Development Kit (JDK) 6 Java Development Kit (JDK) 8
Screen resolution 1280x800 minimum screen resolution
System requirements
Version 2.x
Oops !
App components
Activities
Services
Content providers
Broadcast Receivers
app/src/main/java/com.example.myfirstapp/MainActivity.java
app/src/main/res/layout/activity_main.xml
app/src/main/AndroidManifest.xml
Developing
Android
Application
Storage Options
Shared Preferences
Internal Storage
External Storage
SQLite Databases
Network Connection
SQLite database
Light-weight data interchange format.
Language independent.
Collection of name/value pairs
PhoneGap
Virtual reality/daydream
firebase
Google to train 2 mn developers in Android
Tech giant Google aims to train about 2 million
developers in India on its Android platform over the
next three years to cash in on the high-quality talent
pool in the country.
India, which has about one million people working on
solutions for the Android mobile platform, is poised to
become home to about 4 million developers by 2018,
making it the worlds largest developer base.
Associate Android Developer Certification
THANK
YOU

More Related Content

What's hot

Android seminar-presentation
Android seminar-presentationAndroid seminar-presentation
Android seminar-presentation
connectshilpa
 
Android seminar ppt
Android seminar pptAndroid seminar ppt
Android seminar ppt
chakrapani tripathi
 
Android os: presentaion by Prerak
Android os: presentaion by PrerakAndroid os: presentaion by Prerak
Android os: presentaion by Prerak
Prerak Rathore
 

What's hot (20)

Android Programming
Android ProgrammingAndroid Programming
Android Programming
 
Android My Seminar
Android My SeminarAndroid My Seminar
Android My Seminar
 
Android ppt
Android pptAndroid ppt
Android ppt
 
Android report.
Android report.Android report.
Android report.
 
Introduction to Android - Seminar
Introduction to Android - SeminarIntroduction to Android - Seminar
Introduction to Android - Seminar
 
Android Web app
Android Web app Android Web app
Android Web app
 
Android tutorial
Android tutorialAndroid tutorial
Android tutorial
 
Introduction to Android and Android Studio
Introduction to Android and Android StudioIntroduction to Android and Android Studio
Introduction to Android and Android Studio
 
Android Seminar Presentation [March 2019]
Android Seminar Presentation [March 2019]Android Seminar Presentation [March 2019]
Android Seminar Presentation [March 2019]
 
Android seminar-presentation
Android seminar-presentationAndroid seminar-presentation
Android seminar-presentation
 
android phone ppt
android phone pptandroid phone ppt
android phone ppt
 
Android seminar ppt
Android seminar pptAndroid seminar ppt
Android seminar ppt
 
Android Apps Development Basic
Android Apps Development BasicAndroid Apps Development Basic
Android Apps Development Basic
 
Introduction to android
Introduction to androidIntroduction to android
Introduction to android
 
Introduction to Android, Architecture & Components
Introduction to  Android, Architecture & ComponentsIntroduction to  Android, Architecture & Components
Introduction to Android, Architecture & Components
 
Android os: presentaion by Prerak
Android os: presentaion by PrerakAndroid os: presentaion by Prerak
Android os: presentaion by Prerak
 
Basic Android College Seminar Presentation
Basic Android College Seminar Presentation Basic Android College Seminar Presentation
Basic Android College Seminar Presentation
 
Presentation2 android Os
Presentation2 android OsPresentation2 android Os
Presentation2 android Os
 
Custom Android App Development – Web Animation India
Custom Android App Development – Web Animation IndiaCustom Android App Development – Web Animation India
Custom Android App Development – Web Animation India
 
Android Overview
Android OverviewAndroid Overview
Android Overview
 

Viewers also liked

An Amzing Sermon
An Amzing SermonAn Amzing Sermon
An Amzing Sermon
Manoj Jacob
 
bw23-nyfinalpresentation-verizon-130426104853-phpapp02
bw23-nyfinalpresentation-verizon-130426104853-phpapp02bw23-nyfinalpresentation-verizon-130426104853-phpapp02
bw23-nyfinalpresentation-verizon-130426104853-phpapp02
Laurie Shook, MBA
 

Viewers also liked (20)

History of internet
History of internetHistory of internet
History of internet
 
An Amzing Sermon
An Amzing SermonAn Amzing Sermon
An Amzing Sermon
 
bw23-nyfinalpresentation-verizon-130426104853-phpapp02
bw23-nyfinalpresentation-verizon-130426104853-phpapp02bw23-nyfinalpresentation-verizon-130426104853-phpapp02
bw23-nyfinalpresentation-verizon-130426104853-phpapp02
 
Question 7
Question 7Question 7
Question 7
 
Carreras de Caballos
Carreras de CaballosCarreras de Caballos
Carreras de Caballos
 
Lectura 1 Los números Irracionales
Lectura 1 Los números Irracionales Lectura 1 Los números Irracionales
Lectura 1 Los números Irracionales
 
7 Steps to Rocking Your Brand on Social Media
7 Steps to Rocking Your Brand on Social Media7 Steps to Rocking Your Brand on Social Media
7 Steps to Rocking Your Brand on Social Media
 
Mubasher, M Phil synoses seminar
Mubasher, M Phil synoses seminarMubasher, M Phil synoses seminar
Mubasher, M Phil synoses seminar
 
La emoción y el conocimiento van juntos
La emoción y el conocimiento van juntosLa emoción y el conocimiento van juntos
La emoción y el conocimiento van juntos
 
Jenis turbin dan nozzle beserta komponennya
Jenis turbin dan nozzle beserta komponennyaJenis turbin dan nozzle beserta komponennya
Jenis turbin dan nozzle beserta komponennya
 
Execuçao CBH Rio das Velhas
Execuçao CBH Rio das VelhasExecuçao CBH Rio das Velhas
Execuçao CBH Rio das Velhas
 
Big data analysing genomics and the bdg project
Big data   analysing genomics and the bdg projectBig data   analysing genomics and the bdg project
Big data analysing genomics and the bdg project
 
Classifications of Triangles by Ricardo C. Lacsa
Classifications of Triangles by Ricardo C. LacsaClassifications of Triangles by Ricardo C. Lacsa
Classifications of Triangles by Ricardo C. Lacsa
 
2 6 rational function graphs
2 6 rational function graphs2 6 rational function graphs
2 6 rational function graphs
 
Diretrizes para elaboração de projetos ambientais
Diretrizes para elaboração de projetos ambientaisDiretrizes para elaboração de projetos ambientais
Diretrizes para elaboração de projetos ambientais
 
Five Things You Need to Know About Colon Cancer
Five Things You Need to Know About Colon CancerFive Things You Need to Know About Colon Cancer
Five Things You Need to Know About Colon Cancer
 
Android Report
Android ReportAndroid Report
Android Report
 
Dia Internacional da Mulher
Dia Internacional da Mulher Dia Internacional da Mulher
Dia Internacional da Mulher
 
Computer Hardware
Computer HardwareComputer Hardware
Computer Hardware
 
2017 02-22 Oxford Global Biomarker Congress, Manchester, Alain van Gool
2017 02-22 Oxford Global Biomarker Congress, Manchester, Alain van Gool2017 02-22 Oxford Global Biomarker Congress, Manchester, Alain van Gool
2017 02-22 Oxford Global Biomarker Congress, Manchester, Alain van Gool
 

Similar to Android Seminar || history || versions||application developement

Similar to Android Seminar || history || versions||application developement (20)

Android technology
Android technology Android technology
Android technology
 
Android Apps
Android AppsAndroid Apps
Android Apps
 
Android
AndroidAndroid
Android
 
Android Seminar BY Suleman Khan.pdf
Android Seminar BY Suleman Khan.pdfAndroid Seminar BY Suleman Khan.pdf
Android Seminar BY Suleman Khan.pdf
 
Android ppt
Android ppt Android ppt
Android ppt
 
Android Applications
Android ApplicationsAndroid Applications
Android Applications
 
Android ppt
Android pptAndroid ppt
Android ppt
 
Android 130923124440-phpapp01
Android 130923124440-phpapp01Android 130923124440-phpapp01
Android 130923124440-phpapp01
 
Android
AndroidAndroid
Android
 
Android based os
Android based osAndroid based os
Android based os
 
Mobile Application Development powerpoint
Mobile Application Development powerpointMobile Application Development powerpoint
Mobile Application Development powerpoint
 
An introduction to Android
An introduction to AndroidAn introduction to Android
An introduction to Android
 
Android ppt
Android pptAndroid ppt
Android ppt
 
Android
Android Android
Android
 
Android Application Development Training by NITIN GUPTA
Android Application Development Training by NITIN GUPTA Android Application Development Training by NITIN GUPTA
Android Application Development Training by NITIN GUPTA
 
Android app development by abhi android
Android app development by abhi androidAndroid app development by abhi android
Android app development by abhi android
 
Android app development
Android app developmentAndroid app development
Android app development
 
01 03 - introduction to android
01  03 - introduction to android01  03 - introduction to android
01 03 - introduction to android
 
Android App Developement
Android App DevelopementAndroid App Developement
Android App Developement
 
Android
AndroidAndroid
Android
 

Recently uploaded

notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.ppt
MsecMca
 
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
dharasingh5698
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
dollysharma2066
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
amitlee9823
 

Recently uploaded (20)

UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torque
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.ppt
 
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
 
2016EF22_0 solar project report rooftop projects
2016EF22_0 solar project report rooftop projects2016EF22_0 solar project report rooftop projects
2016EF22_0 solar project report rooftop projects
 
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced LoadsFEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leap
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.
 
22-prompt engineering noted slide shown.pdf
22-prompt engineering noted slide shown.pdf22-prompt engineering noted slide shown.pdf
22-prompt engineering noted slide shown.pdf
 
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the start
 
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
 

Android Seminar || history || versions||application developement

  • 1.
  • 2. WHAT IS ANDROID? • It is a open source software platform and operating system for mobile devices • Based on the Linux kernel • Developed by Google and later the Open Handset Alliance (OHA) • Allows writing managed code in the Java language • Android has its own virtual machine i.e. DVM(Dalvik Virtual Machine),which is used for executing the android applicatn. • Google purchased the initial developer of the software , android incorporated in 2005. • Provides platform for developing apps & marketplace for distribution.
  • 3.  Android was designed as a platform for software development.  Android is open source.  Android is free.  Community support.  Tool support. Why Android ?
  • 4. HISTORY OF ANDROID  Android Inc. founded in Palo Alto, California, united states in October 2003 by Andy Rubin[co-founder of danger ], rich miner[co-founder of wildfire communication Inc.], nick sears[once VP at T-Mobile], and Chris white[headed design and interface development at web TV] to develop.  Andy Rubin was developed android in the year 2003-2005 with Google support and same company took Android in August 2005.  In 2008 the first Android device is launched, that is HTC Dream G1 which operates Android 1.0
  • 5. Key features of Android  Storage  Connectivity  Messaging  Multiple languages  Web browser  Java support  Media support  Supports SSL(TLS)  Streaming media support  Additional hardware support  Multi-touch
  • 6.
  • 7. LINUX KERNEL •The architecture is based on the Linux2.6 kernel. • This layer is core of android architecture. It provides service like power management, memory management, security etc. • It helps in software or hardware binding for better communication.
  • 8. NATIVE LIBRARIES • Android has its own libraries, which is written in C/C++. These libraries cannot be accessed directly. With the help of application framework, we can access these libraries. There are many libraries like web libraries to access web browsers, libraries for android and video formats etc.
  • 9. Android Run Time • The Android Runtime was designed specifically for Android to meet the needs of running in an embedded environment where you have limited battery, limited memory, limited CPU. • Dalvik is the process virtual machine in Google's android operating system. It is the software that runs the apps on android devices. Dalvik is thus an integral part of android ,which is typically used on mobile devices such as mobile phones and tablet computers. • Programs are commonly written in java and compiled to byte code.
  • 10. Android Run Time •This is in blue, meaning that it's written in the Java programming language. •The core library contains all of the collection classes, utilities, IO, all the utilities and tools that you’ve come to expected to use.
  • 11. Application Framework •This is all written in a Java programming language and the application framework is the toolkit that all applications use. •These applications include the ones that come with a phone like the home applications, or the phone application. •It includes applications written by Google, and it includes apps that will be written by you. •So, all apps use the same framework and the same APIs.
  • 12. Contd… These are as follows:- • Activity manager:-It manages the lifecycle of applications. It enable proper management of all the activities. All the activities are controlled by activity manager. • Resource manager:-It provides access to non-code resources such as graphics etc. • Notification manager:-It enables all applications to display custom alerts in status bar. • Location manager:- It fires alerts when user enters or leaves a specified geographical location. • Package manager:-It is use to retrieve the data about installed packages on device. • Window manager:-It is use to create views and layouts. • Telephony manager:-It is use to handle settings of network connection and all information about services on device.
  • 13. APPLICATION LAYER •the final layer on top is Applications. •It includes the home application the contacts application , the browser, and apps. •It is the most upper layer in android architecture. •All the applications like camera, Google maps, browser,sms,calendars,contacts are native applications. These applications works with end user with the help of application framework to operate.
  • 14. A number of well-recognized mobile operating systems are available in the market in both proprietary and open-source categories. Most widely used mobile operating systems are − •Android •IOS •BlackBerry •Windows
  • 15.
  • 18. Code name Version number Initial release date API level Alpha 1.0 September 23, 2008 1 Beta 1.1 February 9, 2009 2 Cupcake 1.5 April 27, 2009 3 Donut 1.6 September 15, 2009 4 Éclair 2.0 – 2.1 October 26, 2009 5 – 7 Froyo 2.2 – 2.2.3 May 20, 2010 8 Gingerbread 2.3 – 2.3.7 December 6, 2010 9 – 10 Honeycomb 3.0 – 3.2.6 February 22, 2011 11 – 13 Ice Cream Sandwich 4.0 – 4.0.4 October 18, 2011 14 – 15 Jelly Bean 4.1 – 4.3.1 July 9, 2012 16 – 18 KitKat 4.4 – 4.4.4 October 31, 2013 19 – 20 Lollipop 5.0 – 5.1.1 November 12, 2014 21 – 22 Marshmallow 6.0 – 6.0.1 October 5, 2015 23 Nougat 7.0 August or September 2016 24
  • 19. A software development kit (SDK or "devkit") is typically a set of software development tools that allows the creation of applications for a certain software package, software framework, hardware platform, computer system, video game console, operating system, or similar development platform. What is SDK?
  • 20. What is JDK ?  The Java Development Kit (JDK) is a software development environment used for developing Java applications and applets. It includes the Java Runtime Environment (JRE), an interpreter/loader (java), a compiler (javac), an archiver (jar), a documentation generator (javadoc) and other tools needed in Java development.
  • 21. Android Studio  Official IDE for Android application development.  Based on JetBrains’ IntelliJ IDEA software  Available on Windows, Linux, Mac.
  • 22.  Android Studio vs. Eclipse ADT comparison Feature Android Studio Eclipse ADT Eclipse AndMore Build system Graldle Apache Ant Gradle/Maven/Ant Maven-based build dependencies Yes No Yes Build variants and multiple-APK generation Yes No ? Advanced Android code Complition and refactoring Yes Yes ? Graphical layout editor Yes Yes Yes APK signing and keystore management Yes Yes Yes NDK support Yes Yes Yes
  • 23. Windows OS X Linux OS version Microsoft Windows 10/8/7 (32- or 64-bit) Mac OS X 10.8.5 or higher, up to 10.11.4 (El Capitan) GNOME or KDE desktop RAM 2 GB RAM minimum, 8 GB RAM recommended Disk space 500 MB disk space for Android Studio, at least 1.5 GB for Android SDK, emulator system images, and caches Java version Java Development Kit (JDK) 8 Java Development Kit (JDK) 6 Java Development Kit (JDK) 8 Screen resolution 1280x800 minimum screen resolution System requirements Version 2.x
  • 27. Storage Options Shared Preferences Internal Storage External Storage SQLite Databases Network Connection
  • 29. Light-weight data interchange format. Language independent. Collection of name/value pairs
  • 30.
  • 32. Google to train 2 mn developers in Android Tech giant Google aims to train about 2 million developers in India on its Android platform over the next three years to cash in on the high-quality talent pool in the country. India, which has about one million people working on solutions for the Android mobile platform, is poised to become home to about 4 million developers by 2018, making it the worlds largest developer base.
  • 34.