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

Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
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
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
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
 
"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
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
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
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
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
 
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
 
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
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 

Recently uploaded (20)

Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
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)
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
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
 
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
 
"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...
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
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
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
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
 
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
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 

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.