SlideShare a Scribd company logo
1 of 26
I.E.T MJPROHILKHAND UNIVERSITY
Prepared by
MITHILESH RAJBHAR
Roll no-13CS22
Contents
• Introduction of android
• Android architecture
• Security
• Features of android
• Android versions
• Advantages of android
• Disadvantage of android
• Conclusion
• Reference
Introduction
Android is a mobile operating system developed by Google, based on the Linux
kernel and designed primarily for touchscreen mobile devices such as
smartphones and tablets. Android's user interface is mainly based on direct
manipulation, using touch gestures that loosely correspond to real-world actions,
such as swiping, tapping and pinching, to manipulate on-screen objects, along
with a virtual keyboard for text input. In addition to touchscreen devices, Google
has further developed Android TV for televisions, Android Auto for cars, and
Android Wear for wrist watches, each with a specialized user interface. Variants of
Android are also used on notebooks, game consoles, digital cameras, and other
electronics.
ANDROID ARCHITECTURE
The software stack is split into Four Layers::
• The application layer
• The application framework
• The libraries and runtime
• The kernel
Application
Home contacts Phone Browser …
Application Framework
Activity
manager
Window
manager
Content provider …
Package
manager
Telephone
manager
Resource
manager
Location
manager
Notification
managers
Core Libraries
Dalvik Virtual
Machine
Native Libraries
Android runtime
Linux kernel
Display driver Camera driver Flash driver Binder driver
Keypad driver Wi-fi driver Audio driver Power management
APPLICATION LAYER
•The first layer on top is Applications.
•The includes the home application,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.
Application Framework
The Application Framework layer provides many higher-level services
to applications in the form of Java classes. Application developers are
allowed to make use of these services in their applications.
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:-This class provides access to the system location services
• 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.
• Content provider:-They handle data and database management issues.
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.
Native Libraries
Android Run Time
• Core libraries which enable Android application developers to
write Android applications using standard Java programming
language.
• Dalvik Virtual Machine which is a kind of Java Virtual Machine
specially designed and optimized for Android
LINUX KERNEL
Linux kernel
Display driver Camera driver Flash driver Binder driver
Keypad driver Wi-fi driver Audio driver Power management
•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.
Android Application Development
Android studio
Android
SDK
Android
Emulator
Android
Mobile
Device
Cont..
Android
Manifest
Resource
XML
Java Source
Generated
Class
JDK
Compiler
Android
Libraries
.dex
File
Dalvik
VM
APPLICATION LIFE CYCLE
Security
• Android is a multi-process system, in which each application (and parts of
the system) runs in its own process. Most security between applications
and the system is enforced at the process level through standard Linux
facilities, such as user and group IDs that are assigned to applications.
• Android is designed having multi layer security which provides flexibility
for this platform. When attackers attempt attack on device, android
platform help to reduce the portability of the attack.
There are key components of android security which are described as
follows:
Design review:-When a security model is designed then it will be
reviewed by the developers so that risk level will be very less while
using the model.
Code review and penetrating testing:- The goal of this code review is
that in which it will be checked that how the system will become
strong?
Open source and community review:- Android uses open source
technologies that have significant external review such as Linux
kernel.
FEATURES OF ANDROID
• Background Wi-Fi location still runs even when
Wi-Fi is turned off
• Developer logging and analyzing enhancements
• It is optimized for mobile devices.
• It enables reuse and replacement of components.
• Java support ,media support, multi touch, video
calling,multi tasking ,voice based features, screen
capture, camera ,bluetooth,gps,compass and
accelerometer,3G
Android vs windows phones
Android Windows Phone
Company/ Developer Google Microsoft
Programmed in Java, C, C++ C, C++
OS family Unix-like Windows
Initial release September 23, 2008 October 21, 2010
Supported platforms ARM, MIPS, x86, I.MX x86
License Apache License 2.0
Linux kernel patches
under GNU GPL v2
Commercial proprietary
software
Default user interface Graphical (Multi-touch) Graphical (Metro UI)
Android os vs iphone os?
Andriod os Iphone os
We can set any app as a default on
android
Android just drag and drop for syncing
by using USB cable on computer
While Google charges for Andriod
developer only $5
Andriod os have flash support
On Androird,on which you are notified
of an email as soon as it arrives
It is impossible on Iphone,
Iphone syncing only with iTunes
Apple charges for the App Developers
$100
While the iphone only has html5
support
The email system on the iphone is
horrible
Versions of andriod
Andriod 1.0 23 September 2008
Andriod 1.1 9 February 2009
Andriod 1.5 (Cupcake) 30 April 2009
Andriod 1.6 (Donut) 15 September 2009
Andriod 2.0 (Éclair) 26 October 2009
Andriod 2.2 (Froyo) 20 May 2010
Andriod 2.3 (Gingerbread) 6 December 2010
Andriod 3.0 (Honeycomb) 10 May 2011
Andriod 4.0 19 October 2011
(Ice Cream Sandwich)
Andriod 4.1 ,4.2,4.3 13 July 2012
(Jelly bean)
Andriod 4.4 (Kitkat) 31 October 2013
Latest android version
• Marshmallow(android 6)
• Nougat(android 7)
ADVANTAGES
•The ability for anyone to customize the Google Android
platform
•It gives you better notification.
•It lets you choose your hardware.
•It has better app market(1,80,000 application)
•A more mature platform
• With the support of many applications, the user can
change the screen display.
•With Google chrome you can open many window at
once.
• Supports all Google services: Android operating system
supports all of Google services ranging from Gmail to Google
reader. all Google services can you have with one operating
system, namely Android.
DIS-ADVANTAGES
• Android Market is less control of the manager, sometimes there are
malware.
• Wasteful Batteries, This is because the OS is a lot of "process" in the
background causing the battery quickly drains.
• Sometimes slow device company issued an official version of
Android your own .
• Extremely inconsistence in design among apps.
• Very unstable and often hang or crash
Conclusion
Android is a disruptive technology, which was introduced
initially on mobile handsets, but has much wider potential.
References
• http://en.wikipedia.org/wiki/Android_(operating_syst
em)
• http://www.openhandsetalliance.com/android_overv
iew.html
• http://www.android.com
THANK YOU

More Related Content

What's hot

Android technology by #Manoj_Rockstar
Android technology by #Manoj_RockstarAndroid technology by #Manoj_Rockstar
Android technology by #Manoj_RockstarManoj Magatapalli
 
Android as a technology
Android as a technologyAndroid as a technology
Android as a technologyeram nizam
 
Android Operating system
Android Operating systemAndroid Operating system
Android Operating systemMeenu Kamra
 
Android technology
Android technologyAndroid technology
Android technologyFaiz Khan
 
Andriod Operting System
Andriod  Operting System Andriod  Operting System
Andriod Operting System Hitesh verma
 
Reasons to Develop Your Next App in Android
Reasons to Develop Your Next App in AndroidReasons to Develop Your Next App in Android
Reasons to Develop Your Next App in AndroidHyperBeans
 
ANDROID technology
ANDROID technologyANDROID technology
ANDROID technologyMe CREATIONS
 
Andriod Presentation
Andriod PresentationAndriod Presentation
Andriod PresentationPrakashSoft
 
Android technology
Android technologyAndroid technology
Android technologyDhruv Modh
 
Andriod (operating system)
Andriod (operating system)Andriod (operating system)
Andriod (operating system)sai praneeth
 
Android Operating System
Android Operating System Android Operating System
Android Operating System Mehvish Mushtaq
 
What is Android OS in ppt ?
What is Android OS in ppt ? What is Android OS in ppt ?
What is Android OS in ppt ? SoonTips.com
 
Android technology- Advantages & Limitations
Android technology- Advantages & LimitationsAndroid technology- Advantages & Limitations
Android technology- Advantages & LimitationsVaibhav Dixit
 
Android operating system
Android operating systemAndroid operating system
Android operating systemASHRAF IBRAHIM
 
Andriod software by sk
Andriod software by skAndriod software by sk
Andriod software by skShahrukh Miya
 

What's hot (20)

Android technology by #Manoj_Rockstar
Android technology by #Manoj_RockstarAndroid technology by #Manoj_Rockstar
Android technology by #Manoj_Rockstar
 
Android OS
Android OSAndroid OS
Android OS
 
Android as a technology
Android as a technologyAndroid as a technology
Android as a technology
 
Android Operating system
Android Operating systemAndroid Operating system
Android Operating system
 
Android technology
Android technologyAndroid technology
Android technology
 
Andriod Operting System
Andriod  Operting System Andriod  Operting System
Andriod Operting System
 
Psd andriod
Psd andriodPsd andriod
Psd andriod
 
Reasons to Develop Your Next App in Android
Reasons to Develop Your Next App in AndroidReasons to Develop Your Next App in Android
Reasons to Develop Your Next App in Android
 
ANDROID technology
ANDROID technologyANDROID technology
ANDROID technology
 
Andriod Presentation
Andriod PresentationAndriod Presentation
Andriod Presentation
 
Android technology
Android technologyAndroid technology
Android technology
 
Andriod (operating system)
Andriod (operating system)Andriod (operating system)
Andriod (operating system)
 
Android Operating System
Android Operating System Android Operating System
Android Operating System
 
Android Technology
Android TechnologyAndroid Technology
Android Technology
 
Android development
Android developmentAndroid development
Android development
 
What is Android OS in ppt ?
What is Android OS in ppt ? What is Android OS in ppt ?
What is Android OS in ppt ?
 
Android technology- Advantages & Limitations
Android technology- Advantages & LimitationsAndroid technology- Advantages & Limitations
Android technology- Advantages & Limitations
 
Android operating system
Android operating systemAndroid operating system
Android operating system
 
Andriod software by sk
Andriod software by skAndriod software by sk
Andriod software by sk
 
Android Operating System(OS)
Android Operating System(OS)Android Operating System(OS)
Android Operating System(OS)
 

Viewers also liked

Presentation on Android operating system
Presentation on Android operating systemPresentation on Android operating system
Presentation on Android operating systemSalma Begum
 
Android M, N preview
Android M, N previewAndroid M, N preview
Android M, N previewFady Emad
 
Android Best Practises
Android Best PractisesAndroid Best Practises
Android Best PractisesRamesh Akula
 
Instalasi Android 7.0 "Nougat"
Instalasi Android 7.0 "Nougat"Instalasi Android 7.0 "Nougat"
Instalasi Android 7.0 "Nougat"anafatwa21
 
Android technology
Android technology Android technology
Android technology gulshan guls
 
Andriod nougat 7.0 by gunjan jain
Andriod nougat 7.0 by gunjan jainAndriod nougat 7.0 by gunjan jain
Andriod nougat 7.0 by gunjan jainRed Innovators
 
Android 7.0-7.1 "Nougat"
Android 7.0-7.1 "Nougat"Android 7.0-7.1 "Nougat"
Android 7.0-7.1 "Nougat"Apoorwa Jayswal
 
Nougat 7.0 seminar
Nougat 7.0 seminarNougat 7.0 seminar
Nougat 7.0 seminarVen Esh
 
Android N is now Android Nougat
Android N is now Android NougatAndroid N is now Android Nougat
Android N is now Android NougatAppinventiv
 
Google Android 7.0 Nougat History Features and more
Google Android 7.0 Nougat History Features and moreGoogle Android 7.0 Nougat History Features and more
Google Android 7.0 Nougat History Features and moreDevakumar Kp
 
Embedded Android Workshop with Nougat
Embedded Android Workshop with NougatEmbedded Android Workshop with Nougat
Embedded Android Workshop with NougatOpersys inc.
 
My presentation on Android in my college
My presentation on Android in my collegeMy presentation on Android in my college
My presentation on Android in my collegeSneha Lata
 
Presentation Smart Home With Home Automation
Presentation Smart Home With Home AutomationPresentation Smart Home With Home Automation
Presentation Smart Home With Home AutomationArifur Rahman
 
Home automation using android mobiles
Home automation using android mobilesHome automation using android mobiles
Home automation using android mobilesDurairaja
 
TEDx Manchester: AI & The Future of Work
TEDx Manchester: AI & The Future of WorkTEDx Manchester: AI & The Future of Work
TEDx Manchester: AI & The Future of WorkVolker Hirsch
 

Viewers also liked (20)

Presentation on Android operating system
Presentation on Android operating systemPresentation on Android operating system
Presentation on Android operating system
 
MobileDev PowerHouse
MobileDev PowerHouseMobileDev PowerHouse
MobileDev PowerHouse
 
Android M, N preview
Android M, N previewAndroid M, N preview
Android M, N preview
 
Android Best Practises
Android Best PractisesAndroid Best Practises
Android Best Practises
 
Chapter11 new
Chapter11 newChapter11 new
Chapter11 new
 
Instalasi Android 7.0 "Nougat"
Instalasi Android 7.0 "Nougat"Instalasi Android 7.0 "Nougat"
Instalasi Android 7.0 "Nougat"
 
Android technology
Android technology Android technology
Android technology
 
Os
OsOs
Os
 
Android ppt
Android pptAndroid ppt
Android ppt
 
Andriod nougat 7.0 by gunjan jain
Andriod nougat 7.0 by gunjan jainAndriod nougat 7.0 by gunjan jain
Andriod nougat 7.0 by gunjan jain
 
Android 7.0-7.1 "Nougat"
Android 7.0-7.1 "Nougat"Android 7.0-7.1 "Nougat"
Android 7.0-7.1 "Nougat"
 
Nougat 7.0 seminar
Nougat 7.0 seminarNougat 7.0 seminar
Nougat 7.0 seminar
 
Android N is now Android Nougat
Android N is now Android NougatAndroid N is now Android Nougat
Android N is now Android Nougat
 
Google Android 7.0 Nougat History Features and more
Google Android 7.0 Nougat History Features and moreGoogle Android 7.0 Nougat History Features and more
Google Android 7.0 Nougat History Features and more
 
Embedded Android Workshop with Nougat
Embedded Android Workshop with NougatEmbedded Android Workshop with Nougat
Embedded Android Workshop with Nougat
 
My presentation on Android in my college
My presentation on Android in my collegeMy presentation on Android in my college
My presentation on Android in my college
 
Presentation Smart Home With Home Automation
Presentation Smart Home With Home AutomationPresentation Smart Home With Home Automation
Presentation Smart Home With Home Automation
 
Home automation using android mobiles
Home automation using android mobilesHome automation using android mobiles
Home automation using android mobiles
 
Slideshare ppt
Slideshare pptSlideshare ppt
Slideshare ppt
 
TEDx Manchester: AI & The Future of Work
TEDx Manchester: AI & The Future of WorkTEDx Manchester: AI & The Future of Work
TEDx Manchester: AI & The Future of Work
 

Similar to Android

Similar to Android (20)

Android 130923124440-phpapp01
Android 130923124440-phpapp01Android 130923124440-phpapp01
Android 130923124440-phpapp01
 
Android Seminar BY Suleman Khan.pdf
Android Seminar BY Suleman Khan.pdfAndroid Seminar BY Suleman Khan.pdf
Android Seminar BY Suleman Khan.pdf
 
Android Applications
Android ApplicationsAndroid Applications
Android Applications
 
Android ppt
Android pptAndroid ppt
Android ppt
 
Android ppt
Android ppt Android ppt
Android ppt
 
Android
AndroidAndroid
Android
 
Mobile Application Development powerpoint
Mobile Application Development powerpointMobile Application Development powerpoint
Mobile Application Development powerpoint
 
Android (Types, Feature,Application etc..)
Android (Types, Feature,Application etc..)Android (Types, Feature,Application etc..)
Android (Types, Feature,Application etc..)
 
Android technology
Android technology Android technology
Android technology
 
PRESENTATION ON ANDROID
PRESENTATION ON ANDROIDPRESENTATION ON ANDROID
PRESENTATION ON 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 based os
Android based osAndroid based os
Android based os
 
Android report
Android reportAndroid report
Android report
 
Vijay android ppt
Vijay android pptVijay android ppt
Vijay android ppt
 
Android App Developement
Android App DevelopementAndroid App Developement
Android App Developement
 
Android technology
Android technologyAndroid technology
Android technology
 
Presentation On Android
Presentation On AndroidPresentation On Android
Presentation On Android
 
Presentation On Android
Presentation On AndroidPresentation On Android
Presentation On Android
 
android phone ppt
android phone pptandroid phone ppt
android phone ppt
 
Android
AndroidAndroid
Android
 

Recently uploaded

Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfRankYa
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostZilliz
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 

Recently uploaded (20)

Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdf
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 

Android

  • 1. I.E.T MJPROHILKHAND UNIVERSITY Prepared by MITHILESH RAJBHAR Roll no-13CS22
  • 2. Contents • Introduction of android • Android architecture • Security • Features of android • Android versions • Advantages of android • Disadvantage of android • Conclusion • Reference
  • 3. Introduction Android is a mobile operating system developed by Google, based on the Linux kernel and designed primarily for touchscreen mobile devices such as smartphones and tablets. Android's user interface is mainly based on direct manipulation, using touch gestures that loosely correspond to real-world actions, such as swiping, tapping and pinching, to manipulate on-screen objects, along with a virtual keyboard for text input. In addition to touchscreen devices, Google has further developed Android TV for televisions, Android Auto for cars, and Android Wear for wrist watches, each with a specialized user interface. Variants of Android are also used on notebooks, game consoles, digital cameras, and other electronics.
  • 4. ANDROID ARCHITECTURE The software stack is split into Four Layers:: • The application layer • The application framework • The libraries and runtime • The kernel
  • 5. Application Home contacts Phone Browser … Application Framework Activity manager Window manager Content provider … Package manager Telephone manager Resource manager Location manager Notification managers Core Libraries Dalvik Virtual Machine Native Libraries Android runtime Linux kernel Display driver Camera driver Flash driver Binder driver Keypad driver Wi-fi driver Audio driver Power management
  • 6. APPLICATION LAYER •The first layer on top is Applications. •The includes the home application,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.
  • 7. Application Framework The Application Framework layer provides many higher-level services to applications in the form of Java classes. Application developers are allowed to make use of these services in their applications.
  • 8. 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:-This class provides access to the system location services • 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. • Content provider:-They handle data and database management issues.
  • 9. 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. Native Libraries
  • 10. Android Run Time • Core libraries which enable Android application developers to write Android applications using standard Java programming language. • Dalvik Virtual Machine which is a kind of Java Virtual Machine specially designed and optimized for Android
  • 11. LINUX KERNEL Linux kernel Display driver Camera driver Flash driver Binder driver Keypad driver Wi-fi driver Audio driver Power management •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.
  • 12. Android Application Development Android studio Android SDK Android Emulator Android Mobile Device
  • 15. Security • Android is a multi-process system, in which each application (and parts of the system) runs in its own process. Most security between applications and the system is enforced at the process level through standard Linux facilities, such as user and group IDs that are assigned to applications. • Android is designed having multi layer security which provides flexibility for this platform. When attackers attempt attack on device, android platform help to reduce the portability of the attack.
  • 16. There are key components of android security which are described as follows: Design review:-When a security model is designed then it will be reviewed by the developers so that risk level will be very less while using the model. Code review and penetrating testing:- The goal of this code review is that in which it will be checked that how the system will become strong? Open source and community review:- Android uses open source technologies that have significant external review such as Linux kernel.
  • 17. FEATURES OF ANDROID • Background Wi-Fi location still runs even when Wi-Fi is turned off • Developer logging and analyzing enhancements • It is optimized for mobile devices. • It enables reuse and replacement of components. • Java support ,media support, multi touch, video calling,multi tasking ,voice based features, screen capture, camera ,bluetooth,gps,compass and accelerometer,3G
  • 18. Android vs windows phones Android Windows Phone Company/ Developer Google Microsoft Programmed in Java, C, C++ C, C++ OS family Unix-like Windows Initial release September 23, 2008 October 21, 2010 Supported platforms ARM, MIPS, x86, I.MX x86 License Apache License 2.0 Linux kernel patches under GNU GPL v2 Commercial proprietary software Default user interface Graphical (Multi-touch) Graphical (Metro UI)
  • 19. Android os vs iphone os? Andriod os Iphone os We can set any app as a default on android Android just drag and drop for syncing by using USB cable on computer While Google charges for Andriod developer only $5 Andriod os have flash support On Androird,on which you are notified of an email as soon as it arrives It is impossible on Iphone, Iphone syncing only with iTunes Apple charges for the App Developers $100 While the iphone only has html5 support The email system on the iphone is horrible
  • 20. Versions of andriod Andriod 1.0 23 September 2008 Andriod 1.1 9 February 2009 Andriod 1.5 (Cupcake) 30 April 2009 Andriod 1.6 (Donut) 15 September 2009 Andriod 2.0 (Éclair) 26 October 2009 Andriod 2.2 (Froyo) 20 May 2010 Andriod 2.3 (Gingerbread) 6 December 2010 Andriod 3.0 (Honeycomb) 10 May 2011 Andriod 4.0 19 October 2011 (Ice Cream Sandwich) Andriod 4.1 ,4.2,4.3 13 July 2012 (Jelly bean) Andriod 4.4 (Kitkat) 31 October 2013
  • 21. Latest android version • Marshmallow(android 6) • Nougat(android 7)
  • 22. ADVANTAGES •The ability for anyone to customize the Google Android platform •It gives you better notification. •It lets you choose your hardware. •It has better app market(1,80,000 application) •A more mature platform • With the support of many applications, the user can change the screen display. •With Google chrome you can open many window at once. • Supports all Google services: Android operating system supports all of Google services ranging from Gmail to Google reader. all Google services can you have with one operating system, namely Android.
  • 23. DIS-ADVANTAGES • Android Market is less control of the manager, sometimes there are malware. • Wasteful Batteries, This is because the OS is a lot of "process" in the background causing the battery quickly drains. • Sometimes slow device company issued an official version of Android your own . • Extremely inconsistence in design among apps. • Very unstable and often hang or crash
  • 24. Conclusion Android is a disruptive technology, which was introduced initially on mobile handsets, but has much wider potential.