SlideShare a Scribd company logo
1 of 13
Android (os)
Overview
• Android is a mobile operating system
(OS) based on the Linux kernel and
currently developed by Google. With a
user interface based on direct
manipulation, Android is designed
primarily for touchscreen mobile devices
such as smartphones and tablet
computers, with specialized user
interfaces for televisions (Android TV),
cars (Android Auto), and wrist watches
(Android Wear).
The OS uses touch inputs that loosely correspond to real-world actions, like swiping,
tapping, pinching, and reverse pinching to manipulate on-screen objects, and a
virtual keyboard. Despite being primarily designed for touchscreen input, it has also
been used in game consoles, digital cameras, regular PCs, and other electronics.
As of 2015, Android has the largest installed base of all operating systems of any
kind.
Leverage over
manufacturers
Google licenses their Google Mobile Services software, along with Android
trademarks, only to hardware manufacturers for devices that meet Google's
compatibility standards specified in the Android Compatibility Program
document.[190] Thus, forks of Android that make major changes to the
operating system itself do not include any of Google's non-free components,
stay incompatible with applications that require them, and must ship with an
alternative software marketplace in lieu of Google Play Store.[3] Examples of
such Android forks are Amazon's Fire OS (which is used on the Kindle Fire line
of tablets, and oriented toward Amazon services), the Nokia X Software
Platform (a fork used by the Nokia X family, oriented primarily toward Nokia
and Microsoft services), and other forks that exclude Google apps due to the
general unavailability of Google service in that country and licensing fees (such
as in China).[191][192] In 2014, Google also began to require that all Android
devices which license the Google Mobile Services software display a
prominent "Powered by Android" logo on their boot screens.
History
Android, Inc. was founded in Palo Alto, California in October 2003 by Andy Rubin (co-
founder of Danger),[22] Rich Miner (co-founder of Wildfire Communications, Inc.),[23]
Nick Sears (once VP at T-Mobile),[24] and Chris White (headed design and interface
development at WebTV[16]) to develop, in Rubin's words, "smarter mobile devices
that are more aware of its owner's location and preferences".[16] The early intentions
of the company were to develop an advanced operating system for digital cameras.
Though, when it was realized that the market for the devices was not large enough,
the company diverted its efforts toward producing a smartphone operating system
that would rival Symbian and Microsoft Windows Mobile.[25] Despite the past
accomplishments of the founders and early employees, Android Inc. operated
secretly, revealing only that it was working on software for mobile phones.[16] That
same year, Rubin ran out of money. Steve Perlman, a close friend of Rubin, brought
him $10,000 in cash in an envelope and refused a stake in the company.
Interface
Android's default user interface is based on direct manipulation,[48] using touch
inputs, that loosely correspond to real-world actions, like swiping, tapping, pinching,
and reverse pinching to manipulate on-screen objects, and a virtual keyboard.[48]
The response to user input is designed to be immediate and provides a fluid touch
interface, often using the vibration capabilities of the device to provide haptic
feedback to the user. Internal hardware such as accelerometers, gyroscopes and
proximity sensors[49] are used by some applications to respond to additional user
actions, for example adjusting the screen from portrait to landscape depending on
how the device is oriented, or allowing the user to steer a vehicle in a racing game
by rotating the device, simulating control of a steering wheel.
Android devices boot to the homescreen, the primary navigation and
information "hub" on Android devices that is analogous to the desktop found on PCs
(Android also runs on regular PCs, as described below). Android homescreens are
typically made up of app icons and widgets; app icons launch the associated app,
whereas widgets display live, auto-updating content such as the weather forecast,
the user's email inbox, or a news ticker directly on the homescreen.[
Applications
Applications ("apps"), that extend the functionality of devices, are written primarily in
the Java programming language[58] (without the usual "write once, run anywhere"
claim of the Java platform) using the Android software development kit (SDK). The
SDK includes a comprehensive set of development tools,[59] including a debugger,
software libraries, a handset emulator based on QEMU, documentation, sample
code, and tutorials. Initially, Google's supported integrated development environment
(IDE) was Eclipse using the Android Development Tools (ADT) plugin; in December
2014, Google released Android Studio, based on IntelliJ IDEA, as its primary IDE for
Android application development. Other development tools are available, including a
Native Development Kit for applications or extensions in C or C++, Google App
Inventor, a visual environment for novice programmers, and various cross platform
mobile web applications frameworks. In January 2014, Google unveiled an Apache
Cordova–based framework for porting Chrome HTML 5 applications to Android,
wrapped in a native application shell.[60]
Android has a growing selection of third-party applications, which can be
acquired by users by downloading and installing the application's APK (Android
application package) file, or by downloading them using an application store program
that allows users to install, update, and remove applications from their devices..
Google Play Store is the primary application store installed on Android devices that
comply with Google's compatibility requirements and license the Google Mobile
Services software.[3][61] Google Play Store allows users to browse, download and
update applications published by Google and third-party developers; As of July
2013, there are more than one million applications available for Android in Play
Store
Upgrade
Can be easily upgraded into the latest version and google provides
this feature OTA.
Memory management
Since Android devices are usually battery-powered, Android is designed to manage
memory (RAM) to keep power consumption at a minimum, in contrast to desktop
operating systems which generally assume they are connected to unlimited mains
electricity. When an Android application is no longer in use, the system will
automatically suspend it in memory; while the application is still technically "open",
suspended applications consume no resources (for example, battery power or
processing power) and sit idly in the background until needed again. This brings a
dual benefit by increasing the general responsiveness of Android devices, since
applications do not need to be closed and reopened from scratch each time, and by
ensuring that background applications do not consume power needlessly.[70][71]
Android manages the applications stored in memory automatically: when memory is
low, the system will begin killing applications and processes that have been inactive
for a while, in reverse order since they were last used (oldest first). This process is
designed to be invisible to the user, so that users do not need to manage memory or
the killing of applications themselves.[72][73] As of 2011, third-party task killers were
reported by Lifehacker as doing more harm than good.
Hardware
The main hardware platform for Android is the ARM architecture (ARMv7 and
ARMv8-A architectures), with x86 and MIPS architectures also officially supported
(the latter two became officially supported in later Android versions). Since Android
5.0 "Lollipop", 64-bit variants of all platforms are supported in addition to the 32-bit
variants.[75] Unofficial Android-x86 project used to provide support for the x86 and
MIPS architectures ahead of the official support.[5][76] Since 2012, Android devices
with Intel processors began to appear, including phones[77] and tablets. While
gaining support for 64-bit platforms, Android was first made to run on 64-bit x86 and
then on ARM64.
As of November 2013, Android 4.4 recommends at least 512 MB of RAM,
[78] while for "low RAM" devices 340 MB is the required minimum amount that does
not include memory dedicated to various hardware components such as the
baseband processor.[79] Android 4.4 requires a 32-bit ARMv7, MIPS or x86
architecture processor (latter two through unofficial ports),[5][80] together with an
OpenGL ES 2.0 compatible graphics processing unit (GPU).[81] Android supports
OpenGL ES 1.1, 2.0, 3.0 and 3.1. Some applications may explicitly require a certain
version of the OpenGL ES, and suitable GPU hardware is required to run such
applications.
Competeition to Apple

More Related Content

What's hot

What's hot (20)

Powerpoint activity 2 morales
Powerpoint activity 2 moralesPowerpoint activity 2 morales
Powerpoint activity 2 morales
 
android presentation by akbar
android presentation by akbarandroid presentation by akbar
android presentation by akbar
 
Presentation On Android
Presentation On AndroidPresentation On Android
Presentation On Android
 
Android
AndroidAndroid
Android
 
Android / Android Phones
Android / Android PhonesAndroid / Android Phones
Android / Android Phones
 
Android
AndroidAndroid
Android
 
Presentation2 android Os
Presentation2 android OsPresentation2 android Os
Presentation2 android Os
 
Android
AndroidAndroid
Android
 
Android Operating System
Android Operating SystemAndroid Operating System
Android Operating System
 
Android OS
Android OSAndroid OS
Android OS
 
Android : Evolution or Revolution
Android : Evolution or RevolutionAndroid : Evolution or Revolution
Android : Evolution or Revolution
 
An introduction on Android OS, its working and android development
An introduction on Android OS, its working and android developmentAn introduction on Android OS, its working and android development
An introduction on Android OS, its working and android development
 
Android
AndroidAndroid
Android
 
ANDROID TECHNOLOGY
ANDROID TECHNOLOGYANDROID TECHNOLOGY
ANDROID TECHNOLOGY
 
Android Technology
Android TechnologyAndroid Technology
Android Technology
 
Android Technology
Android TechnologyAndroid Technology
Android Technology
 
Android presentation
Android presentationAndroid presentation
Android presentation
 
14 567
14 56714 567
14 567
 
Basic android
Basic androidBasic android
Basic android
 
Android ppt
Android pptAndroid ppt
Android ppt
 

Viewers also liked

Emploi : le baromètre Qapa pour la région Bretagne (Octobre 2015)
Emploi : le baromètre Qapa pour la région Bretagne (Octobre 2015)Emploi : le baromètre Qapa pour la région Bretagne (Octobre 2015)
Emploi : le baromètre Qapa pour la région Bretagne (Octobre 2015)Qapa.fr
 
Cloud Computing. Virtualización. Azure
Cloud Computing. Virtualización. AzureCloud Computing. Virtualización. Azure
Cloud Computing. Virtualización. Azurepacvslideshare
 
Cloud Computing. Virtualización. IBM Bluemix
Cloud Computing. Virtualización. IBM BluemixCloud Computing. Virtualización. IBM Bluemix
Cloud Computing. Virtualización. IBM Bluemixpacvslideshare
 
ArticlePIC-X.GISSEROT-CHARP
ArticlePIC-X.GISSEROT-CHARPArticlePIC-X.GISSEROT-CHARP
ArticlePIC-X.GISSEROT-CHARPXavier Gisserot
 
digital training tools overview (ukraine)
digital training tools overview (ukraine)digital training tools overview (ukraine)
digital training tools overview (ukraine)Sergey Lyubov
 
Examen final 2014
Examen final 2014Examen final 2014
Examen final 2014zeinabze
 
Implementing of a Cyber Security Program Framework from ISO 27032 to ISO 55001
Implementing of a Cyber Security Program Framework from ISO 27032 to ISO 55001Implementing of a Cyber Security Program Framework from ISO 27032 to ISO 55001
Implementing of a Cyber Security Program Framework from ISO 27032 to ISO 55001PECB
 
Seguridad en Cloud Pública, de los mitos a la realidad - Codemotion 2015
Seguridad en Cloud Pública, de los mitos a la realidad - Codemotion 2015Seguridad en Cloud Pública, de los mitos a la realidad - Codemotion 2015
Seguridad en Cloud Pública, de los mitos a la realidad - Codemotion 2015Arsys
 
Роль PR в создании успешного бренда. PR-инструменты в фитнес-отрасли
Роль PR в создании успешного бренда. PR-инструменты в фитнес-отрасли Роль PR в создании успешного бренда. PR-инструменты в фитнес-отрасли
Роль PR в создании успешного бренда. PR-инструменты в фитнес-отрасли PR News
 
Introduction to analytical instrumentation.
Introduction to analytical instrumentation.Introduction to analytical instrumentation.
Introduction to analytical instrumentation.Analysys
 
Стенограффия
СтенограффияСтенограффия
СтенограффияStreetArt_su
 
Access control basics-5
Access control basics-5Access control basics-5
Access control basics-5grantlerc
 

Viewers also liked (17)

Emploi : le baromètre Qapa pour la région Bretagne (Octobre 2015)
Emploi : le baromètre Qapa pour la région Bretagne (Octobre 2015)Emploi : le baromètre Qapa pour la région Bretagne (Octobre 2015)
Emploi : le baromètre Qapa pour la région Bretagne (Octobre 2015)
 
Cloud Computing. Virtualización. Azure
Cloud Computing. Virtualización. AzureCloud Computing. Virtualización. Azure
Cloud Computing. Virtualización. Azure
 
Cloud Computing. Virtualización. IBM Bluemix
Cloud Computing. Virtualización. IBM BluemixCloud Computing. Virtualización. IBM Bluemix
Cloud Computing. Virtualización. IBM Bluemix
 
A-Kvadrat Design-studio.compressed
A-Kvadrat Design-studio.compressedA-Kvadrat Design-studio.compressed
A-Kvadrat Design-studio.compressed
 
ArticlePIC-X.GISSEROT-CHARP
ArticlePIC-X.GISSEROT-CHARPArticlePIC-X.GISSEROT-CHARP
ArticlePIC-X.GISSEROT-CHARP
 
Exposicion derecho municipal regional
Exposicion derecho municipal regionalExposicion derecho municipal regional
Exposicion derecho municipal regional
 
digital training tools overview (ukraine)
digital training tools overview (ukraine)digital training tools overview (ukraine)
digital training tools overview (ukraine)
 
Trabajo de inves inferencia juridica
Trabajo de inves inferencia juridicaTrabajo de inves inferencia juridica
Trabajo de inves inferencia juridica
 
Hyndai.Activating on Insights
Hyndai.Activating on InsightsHyndai.Activating on Insights
Hyndai.Activating on Insights
 
Examen final 2014
Examen final 2014Examen final 2014
Examen final 2014
 
Implementing of a Cyber Security Program Framework from ISO 27032 to ISO 55001
Implementing of a Cyber Security Program Framework from ISO 27032 to ISO 55001Implementing of a Cyber Security Program Framework from ISO 27032 to ISO 55001
Implementing of a Cyber Security Program Framework from ISO 27032 to ISO 55001
 
Derecho Municipal
Derecho MunicipalDerecho Municipal
Derecho Municipal
 
Seguridad en Cloud Pública, de los mitos a la realidad - Codemotion 2015
Seguridad en Cloud Pública, de los mitos a la realidad - Codemotion 2015Seguridad en Cloud Pública, de los mitos a la realidad - Codemotion 2015
Seguridad en Cloud Pública, de los mitos a la realidad - Codemotion 2015
 
Роль PR в создании успешного бренда. PR-инструменты в фитнес-отрасли
Роль PR в создании успешного бренда. PR-инструменты в фитнес-отрасли Роль PR в создании успешного бренда. PR-инструменты в фитнес-отрасли
Роль PR в создании успешного бренда. PR-инструменты в фитнес-отрасли
 
Introduction to analytical instrumentation.
Introduction to analytical instrumentation.Introduction to analytical instrumentation.
Introduction to analytical instrumentation.
 
Стенограффия
СтенограффияСтенограффия
Стенограффия
 
Access control basics-5
Access control basics-5Access control basics-5
Access control basics-5
 

Similar to Android-smartphones-userfriedly-google

Power pointactivity2
Power pointactivity2Power pointactivity2
Power pointactivity2CL Abinoja
 
Android and android phones
Android and android phonesAndroid and android phones
Android and android phonesDorothy Marcella
 
Android and android phones
Android and android phonesAndroid and android phones
Android and android phonescarminachan
 
android and android phones
android and android phonesandroid and android phones
android and android phonesAhbie Betita
 
Unit 1-android-and-its-tools-ass
Unit 1-android-and-its-tools-assUnit 1-android-and-its-tools-ass
Unit 1-android-and-its-tools-assARVIND SARDAR
 
Introduction to android
Introduction to androidIntroduction to android
Introduction to androidSwapnali Pawar
 
Android and android phones
Android and android phonesAndroid and android phones
Android and android phonesMerries Mapindan
 
Introduction to Android development - Presentation Report
Introduction to Android development - Presentation ReportIntroduction to Android development - Presentation Report
Introduction to Android development - Presentation ReportAtul Panjwani
 
Android operating system (1).ppt
Android operating system (1).pptAndroid operating system (1).ppt
Android operating system (1).pptNishantSingh881100
 
Android operating system.ppt
Android operating system.pptAndroid operating system.ppt
Android operating system.pptimau6
 
Android operating system.ppt
Android operating system.pptAndroid operating system.ppt
Android operating system.pptKavitaKanwar7
 
Powerpointactivity2
Powerpointactivity2Powerpointactivity2
Powerpointactivity2Cj Aquino
 

Similar to Android-smartphones-userfriedly-google (20)

Android
AndroidAndroid
Android
 
Powerpoint activity 2
Powerpoint activity 2Powerpoint activity 2
Powerpoint activity 2
 
Power pointactivity2
Power pointactivity2Power pointactivity2
Power pointactivity2
 
Android and android phones
Android and android phonesAndroid and android phones
Android and android phones
 
Android and android phones
Android and android phonesAndroid and android phones
Android and android phones
 
Google android
Google androidGoogle android
Google android
 
Android
AndroidAndroid
Android
 
android and android phones
android and android phonesandroid and android phones
android and android phones
 
Powerpoint activity 2
Powerpoint activity 2Powerpoint activity 2
Powerpoint activity 2
 
Unit 1-android-and-its-tools-ass
Unit 1-android-and-its-tools-assUnit 1-android-and-its-tools-ass
Unit 1-android-and-its-tools-ass
 
Introduction to android
Introduction to androidIntroduction to android
Introduction to android
 
Android and android phones
Android and android phonesAndroid and android phones
Android and android phones
 
Android
AndroidAndroid
Android
 
Introduction to Android development - Presentation Report
Introduction to Android development - Presentation ReportIntroduction to Android development - Presentation Report
Introduction to Android development - Presentation Report
 
Android operating system (1).ppt
Android operating system (1).pptAndroid operating system (1).ppt
Android operating system (1).ppt
 
Android operating system.ppt
Android operating system.pptAndroid operating system.ppt
Android operating system.ppt
 
Android operating system.ppt
Android operating system.pptAndroid operating system.ppt
Android operating system.ppt
 
Powerpointactivity2
Powerpointactivity2Powerpointactivity2
Powerpointactivity2
 
Power point activity 2
Power point activity 2Power point activity 2
Power point activity 2
 
Power point activity 2
Power point activity 2Power point activity 2
Power point activity 2
 

Recently uploaded

Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraDeakin University
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Neo4j
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
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
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Unlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsUnlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsPrecisely
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
"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
 
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
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
"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
 

Recently uploaded (20)

Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptxVulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
The transition to renewables in India.pdf
The transition to renewables in India.pdfThe transition to renewables in India.pdf
The transition to renewables in India.pdf
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning era
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
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
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Unlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsUnlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power Systems
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
"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
 
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
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
"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
 

Android-smartphones-userfriedly-google

  • 2. Overview • Android is a mobile operating system (OS) based on the Linux kernel and currently developed by Google. With a user interface based on direct manipulation, Android is designed primarily for touchscreen mobile devices such as smartphones and tablet computers, with specialized user interfaces for televisions (Android TV), cars (Android Auto), and wrist watches (Android Wear).
  • 3. The OS uses touch inputs that loosely correspond to real-world actions, like swiping, tapping, pinching, and reverse pinching to manipulate on-screen objects, and a virtual keyboard. Despite being primarily designed for touchscreen input, it has also been used in game consoles, digital cameras, regular PCs, and other electronics. As of 2015, Android has the largest installed base of all operating systems of any kind.
  • 4. Leverage over manufacturers Google licenses their Google Mobile Services software, along with Android trademarks, only to hardware manufacturers for devices that meet Google's compatibility standards specified in the Android Compatibility Program document.[190] Thus, forks of Android that make major changes to the operating system itself do not include any of Google's non-free components, stay incompatible with applications that require them, and must ship with an alternative software marketplace in lieu of Google Play Store.[3] Examples of such Android forks are Amazon's Fire OS (which is used on the Kindle Fire line of tablets, and oriented toward Amazon services), the Nokia X Software Platform (a fork used by the Nokia X family, oriented primarily toward Nokia and Microsoft services), and other forks that exclude Google apps due to the general unavailability of Google service in that country and licensing fees (such as in China).[191][192] In 2014, Google also began to require that all Android devices which license the Google Mobile Services software display a prominent "Powered by Android" logo on their boot screens.
  • 5. History Android, Inc. was founded in Palo Alto, California in October 2003 by Andy Rubin (co- founder of Danger),[22] Rich Miner (co-founder of Wildfire Communications, Inc.),[23] Nick Sears (once VP at T-Mobile),[24] and Chris White (headed design and interface development at WebTV[16]) to develop, in Rubin's words, "smarter mobile devices that are more aware of its owner's location and preferences".[16] The early intentions of the company were to develop an advanced operating system for digital cameras. Though, when it was realized that the market for the devices was not large enough, the company diverted its efforts toward producing a smartphone operating system that would rival Symbian and Microsoft Windows Mobile.[25] Despite the past accomplishments of the founders and early employees, Android Inc. operated secretly, revealing only that it was working on software for mobile phones.[16] That same year, Rubin ran out of money. Steve Perlman, a close friend of Rubin, brought him $10,000 in cash in an envelope and refused a stake in the company.
  • 6. Interface Android's default user interface is based on direct manipulation,[48] using touch inputs, that loosely correspond to real-world actions, like swiping, tapping, pinching, and reverse pinching to manipulate on-screen objects, and a virtual keyboard.[48] The response to user input is designed to be immediate and provides a fluid touch interface, often using the vibration capabilities of the device to provide haptic feedback to the user. Internal hardware such as accelerometers, gyroscopes and proximity sensors[49] are used by some applications to respond to additional user actions, for example adjusting the screen from portrait to landscape depending on how the device is oriented, or allowing the user to steer a vehicle in a racing game by rotating the device, simulating control of a steering wheel. Android devices boot to the homescreen, the primary navigation and information "hub" on Android devices that is analogous to the desktop found on PCs (Android also runs on regular PCs, as described below). Android homescreens are typically made up of app icons and widgets; app icons launch the associated app, whereas widgets display live, auto-updating content such as the weather forecast, the user's email inbox, or a news ticker directly on the homescreen.[
  • 7.
  • 8. Applications Applications ("apps"), that extend the functionality of devices, are written primarily in the Java programming language[58] (without the usual "write once, run anywhere" claim of the Java platform) using the Android software development kit (SDK). The SDK includes a comprehensive set of development tools,[59] including a debugger, software libraries, a handset emulator based on QEMU, documentation, sample code, and tutorials. Initially, Google's supported integrated development environment (IDE) was Eclipse using the Android Development Tools (ADT) plugin; in December 2014, Google released Android Studio, based on IntelliJ IDEA, as its primary IDE for Android application development. Other development tools are available, including a Native Development Kit for applications or extensions in C or C++, Google App Inventor, a visual environment for novice programmers, and various cross platform mobile web applications frameworks. In January 2014, Google unveiled an Apache Cordova–based framework for porting Chrome HTML 5 applications to Android, wrapped in a native application shell.[60] Android has a growing selection of third-party applications, which can be acquired by users by downloading and installing the application's APK (Android application package) file, or by downloading them using an application store program that allows users to install, update, and remove applications from their devices..
  • 9. Google Play Store is the primary application store installed on Android devices that comply with Google's compatibility requirements and license the Google Mobile Services software.[3][61] Google Play Store allows users to browse, download and update applications published by Google and third-party developers; As of July 2013, there are more than one million applications available for Android in Play Store
  • 10. Upgrade Can be easily upgraded into the latest version and google provides this feature OTA.
  • 11. Memory management Since Android devices are usually battery-powered, Android is designed to manage memory (RAM) to keep power consumption at a minimum, in contrast to desktop operating systems which generally assume they are connected to unlimited mains electricity. When an Android application is no longer in use, the system will automatically suspend it in memory; while the application is still technically "open", suspended applications consume no resources (for example, battery power or processing power) and sit idly in the background until needed again. This brings a dual benefit by increasing the general responsiveness of Android devices, since applications do not need to be closed and reopened from scratch each time, and by ensuring that background applications do not consume power needlessly.[70][71] Android manages the applications stored in memory automatically: when memory is low, the system will begin killing applications and processes that have been inactive for a while, in reverse order since they were last used (oldest first). This process is designed to be invisible to the user, so that users do not need to manage memory or the killing of applications themselves.[72][73] As of 2011, third-party task killers were reported by Lifehacker as doing more harm than good.
  • 12. Hardware The main hardware platform for Android is the ARM architecture (ARMv7 and ARMv8-A architectures), with x86 and MIPS architectures also officially supported (the latter two became officially supported in later Android versions). Since Android 5.0 "Lollipop", 64-bit variants of all platforms are supported in addition to the 32-bit variants.[75] Unofficial Android-x86 project used to provide support for the x86 and MIPS architectures ahead of the official support.[5][76] Since 2012, Android devices with Intel processors began to appear, including phones[77] and tablets. While gaining support for 64-bit platforms, Android was first made to run on 64-bit x86 and then on ARM64. As of November 2013, Android 4.4 recommends at least 512 MB of RAM, [78] while for "low RAM" devices 340 MB is the required minimum amount that does not include memory dedicated to various hardware components such as the baseband processor.[79] Android 4.4 requires a 32-bit ARMv7, MIPS or x86 architecture processor (latter two through unofficial ports),[5][80] together with an OpenGL ES 2.0 compatible graphics processing unit (GPU).[81] Android supports OpenGL ES 1.1, 2.0, 3.0 and 3.1. Some applications may explicitly require a certain version of the OpenGL ES, and suitable GPU hardware is required to run such applications.