SlideShare a Scribd company logo
International Journal of Trend in Scientific Research and Development (IJTSRD)
Volume 5 Issue 4, May-June 2021 Available Online: www.ijtsrd.com e-ISSN: 2456 – 6470
@ IJTSRD | Unique Paper ID – IJTSRD42519 | Volume – 5 | Issue – 4 | May-June 2021 Page 1023
Evolution of Android Operating System and it’s Versions
Aishwarya Gujar, Prof. Pratibha Adkar
MCA Department, Modern College of Engineering, Modern College of Engineering, Pune, Maharashtra, India
ABSTRACT
Android is a software stack for mobile devices that includes an operating
system, middleware and key applications. It can be considered as a software
platform as well as an operating system for mobile devices basedontheLinux
operating system and currently developed by Google. It is designed primarily
for touch screens mobile devices such as smartphones and tabletcomputers.
One of the most widely used mobile OS these days is android. It is free and
open source software its source code is known as Android Open Source
Project (AOSP), which is primarily licensed under the Apache License. This
Paper Contains android architecture consists of key applications, Application
framework, Native libraries, Android runtime, DVM, Linux Kernal., Many
versions of Android Operating System are KitKat, JellyBean, Honeycomb,
Froyo etc… Advantages and DisadvantagesofAndroidandalsotheconclusion.
KEYWORDS: Android, Android OS Architecture, Android Versions, Dalvik VM
How to cite this paper: Aishwarya Gujar|
Prof. Pratibha Adkar "Evolution of
Android Operating System and it’s
Versions" Published
in International
Journal of Trend in
Scientific Research
and Development
(ijtsrd), ISSN: 2456-
6470, Volume-5 |
Issue-4, June 2021,
pp.1023-1026, URL:
www.ijtsrd.com/papers/ijtsrd42519.pdf
Copyright © 2021 by author (s) and
International Journal ofTrendinScientific
Research and Development Journal. This
is an Open Access article distributed
under the terms of
the Creative
Commons Attribution
License (CC BY 4.0)
(http://creativecommons.org/licenses/by/4.0)
I. INTRODUCTION:
Android is a mobile operating system running on the Linux
kernel. It was initially developed by Android Inc. a firm later
purchased by Google, and lately by the Open Handset
Alliance. consortium of 47 hardware, software, and telecom
companies devoted to advancing open standards for mobile
devices. One of the most widely used mobile OS thesedaysis
android. It is free and open sourcesoftwareitssourcecodeis
known as Android Open Source Project (AOSP), which is
primarily licensed under the Apache Licenser.
History of Android OS:
Android is described as a mobile operating system, initially
developed by Android Inc. Android was sold to Google in
2005. Android is based on a modified Linux 2.6 kernel.
Google, as well as other members of the Open Handset
Alliance (OHA) collaborated on Android (design,
development, distribution). Currently, the Android Open
Source Project(AOSP)isgoverningtheAndroidmaintenance
and development cycle.In July 2005, Google acquired
Android Inc. for at least $50 million.[7] Its key employees,
including Rubin, Miner and White, joined Google as part of
the acquisition.
Not much was known about the secretive Android at the
time, with the company having provided few details other
than that it was making software for mobile phones. At
Google, the team led by Rubin developed a mobile device
platform powered by the Linux kernel. Google marketed the
platform to handset makers and carriers on the promise of
providing a flexible, upgradeable system.
Figure 1.An evolution of Android Operating system
II. ANDROID OPERATING SYSTEMARCHITECTURE:
Figure 2.Architecture of Android OS
IJTSRD42519
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD42519 | Volume – 5 | Issue – 4 | May-June 2021 Page 1024
Software stack is split into four layers. That are
A. Linux kernel
B. Native Library
C. Application Framework Layer
D. Applications
E. Android Runtime
A. Linux kernel:
Android Architecture is based on Linux 2.6kernel.Ithelps to
manage security, memory management, process
management, network stack and other important issues.[2]
Therefore, the user should bring Linux in his mobile device
as the main operating system and install all the drivers
required in order to run it. the kernel handles all the things
that Linux is really good at such as networking and a vast
array of device drivers, which take thepainoutofinterfacing
to peripheral hardware.
B. Native Library:
[1]On the highest of the Linux kernel there's Native Library
layer. Native libraries contain WebKit, OpenGL, Free Type,
SQLite, Media, C runtime library (libc) etc. native libraries
written in C/C++, that ar to blame for stable performance of
assorted parts. SQLite is on-line database and accessible to
all or any applications. It manages the access for various
processes to compose second and 3D graphic layers.
[4]OpenGL E and SGL create a core of graphic libraries and
are used consequently for 3D and second hardware
acceleration. Moreover, it's attainable to use 2Dand 3D
graphics within the same application in automaton.
C. Application Framework Layer:
The Android Framework layer exists providesthehigh-level
building blocks you will use to create your applications. The
framework comes preinstalled with Android, but you'll
conjointly extend it along with your own parts asrequired.[3]
The Android Framework layercontainsAndroidAPIssuchas
UI (user interface), telephony, resources, locations, content
providers (data) and package managers. This layer contains
a collection of classes and interfaces for Android application
development.
D. Applications:
Android Architecture we have all the applications,whichare
used by the final user. All applications are written
exploitation using the Java programming language. All apps
i.e., home, contact, settings, games, browsers are using an
android framework that uses android libraries and runtime.
This is the layer that end-users interact with. It is on this
layer where application developers publish their
applications to run. Android, by default, comes with a set of
applications that make android devices usable from the
offsete)
E. Android Runtime:
Android includes a collection of core libraries that has most
of the practicality accessible within the core libraries of the
Java artificial language. Every golem application runs in its
own method, with its own instance of the Dalvik virtual
machine. Dalvik has been written so a tool will run multiple
VMs with efficiency. The Dalvik VM executes files within the
Dalvik viable (.dex) format that is optimized for borderline
memory footprint.
III. DVM (DALVIK VIRTUAL MACHINE):
[13]Dalvik could be a purpose engineered virtual machine
designed specifically for humanoid that was developed by
Dan Bornstein and his team. it had beenprimarilydeveloped
for mobile devices. one among the outstanding aspects in
Dalvik its capability to along associate application
compilation enhancing the runtime performance of the
applications. DVM manage the virtual machine for
performance, battery and memory.
Working Structure of DVM:
At an equivalent level there's androidRuntime,wherever the
most element Dalvik Virtual Machine is found. it had been
designed specifically for golem running in restricted setting,
wherever the restricted battery, CPU, memory and
information storage are the most problems. [14]android
provides associate integrated tool “dx”, that converts
generated computer memory unit code from.jar to.dex file,
when this computer memory unit code becomes way more
economical to run on thelittleprocessors.becausetheresult,
it's doable to own multiple instances of Dalvik virtual
machine running on the one device at an equivalent time.
The Core libraries ar written inJava languageandcontainsof
the gathering categories, the utilities, IO and different tools.
Fig-3: Working of Dalvik virtual Machine
IV. ANDROID VERSION HISTORY:
The development of android started in 2003 by automaton,
Inc., that was purchased by Google in 2005.There were a
minimum of 2 internal releases of the computer code within
Google and therefore the OHA before the beta version was
discharged. The beta was discharged on day, 2007 whereas
the computer code development kit (SDK) was discharged
on Gregorian calendarmonthtwelve,2007.manypublicbeta
versions of the SDK were discharged.[8]These releases were
done through computer code emulation as physical devices
failed to exist to check the package. The automaton OS
updates principally focuses on new options and fixes bugs.
Table shows the evolution of the automaton version. It
conjointly shows that the essential versions one.0 and 1.1
haven't any code name and therefore the later version of
automaton features a course name and version nine pie
stops the course codename system when automaton and
starts a system referred to as automaton one0, Android 11.
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD42519 | Volume – 5 | Issue – 4 | May-June 2021 Page 1025
Table 1 Version list of Android Operating System
1. Android Version 1.0 to 1.1: No codename:
The first official version of golem debuted publically in2008
as golem 1.0. the primary unleash failed to even have a
codename. It supports browser to point out web content,
camera, access internet email server. This version includes
Google Calendar, Google Maps, Google synchronize, Google
Search, photos (Gallery), Wi-Fi and Bluetooth support.
2. Android version 1.5: Cupcake:
The 2 updated to 1.5 free On April 27, 2009.[5]The codename
of the update was course item (Cupcake). it's UNIX system
kernel 2.6.27. This version of android supports third-party
virtual keyboard, recording and playback in MPEG-4, Copy
and paste feature, Animated screen translations, auto-
rotation choice.
3. Android version 1.6: Donut:
Android 1.6 was free On Sep 15, 2009, with the name
friedcake. This version includes numerous new options like
voice and text entry search, bookmarker history, contacts,
web, "speak" a string of text, quicker camera accessanduser
will delete multiple photos in same time, support text-to-
speech engine, WVGA screen resolutions.
4. Android version 2.0 to 2.1: Eclair
Android 2.0 was free On October 26, 2009, with codename
cream puff. it had been supported UNIX system kernel a pair
of.6.29. This contains the various new optionslikedistended
account synchronize, Microsoft Exchange email support,
[2]Bluetooth 15.1, ability to faucet a Contact picture and
choose to decision, SMS, ability to go looking all saved SMS,
MMS messages, delete the oldestmessagemechanicallyonce
the outlined limit is reached, Minor API, bug fixes.
5. Android version 2.2 to 2.2.3: Froyo
Android 2.2 was free on may 20, 2010. The update was
codenamed Froyo. This update relies on the UNIX system
kernel 2.6.32. This version introduces several options like
speed, memory, performance improvement.
6. Android version 2.3 to 2.3.7: Gingerbread
Android 2.3 version with cake codename was free on
Gregorian calendar month 6, 2010. it's supported Linux
kernel 2.6.35. This version of android fixes bug fixes for
Nexus S, voice or video chat exploitation Google speak,
network performance for Nexus S4G, Gmail application,
battery performance, voice searc bug, Google Case support
for Nexus S4G.
7. Android version 3.0 to 3.2.6: Honeycomb
Android 2011.0 was free on feb 22, 2011. The codename for
this version is Honeycomb. it absolutely was the primary
Android-based pill on the Linux kernel 2.6.66. This version
includes a "holographic" programmer for tablets, associate
connected system bar, simplified multitasking sound within
the recent application system bar.
8. Android version 4.0 to 4.0.4: Ice Cream Sandwich
Android 4.0.1 was released On October 19, 2011, with
codename frozen dessert Sandwich. This was supported
Linux kernel 3.0.1. This was the last version of formally
support Adobe System Flash player. This version introduces
the varied new features: refinements to "Holographic "
interface, separation of widgets in a very newtab,integrated
screenshot capture, improved error correction on the
keyboard, improved copy and paste practicality, build-in
photograph editor, spell-checking feature, fastened minor
bugs, improvement to graphics, highercamera performance.
9. Android version 4.1 to 4.3.1: Jelly Bean
Google declared the robot 4.1 version of the robot software
system at the Google I/O conference on Gregorian calendar
month 27, 2012. The codename of the update was candy.
This version is predicated on Linux kernel 3.0.31. This
version updates several options like powertool programme,
enhance accessibility, expandable notification, fastened bug
on Nexus 7, one-finger gestures to expand/collapse
notifications, lock. screen improvement, for tablet will add
multiple user.
10. Android version 4.4 to 4.4.4: KitKat
Android 4.4 version discharged on September 3,2013 with
codename KitKat. Initial code name was "Key Lime Pie". On
Oct 31, 2013 Google started on Google's Nexus five. The
minimum needed quantity of RAM ought to out there to
automaton is 340 MB. the opposite devices with but 512 MB
of RAM should report themselves as "low RAM" devices.
11. Android version 5.0 to 5.1.1: Lollipop
In 2014 google unleash redo automaton 5.0 with codename
lollipop. On nov 12, 2014 it had been discharged formally.
This version introduces several options like redesigned
computer program, support for 64-bit CPUs, print preview
feature, material style, Project Volta for battery life
improvement, over one user accounts, audio input/output
through USB devices, be a part of Wi-Fi networks, support
for multiple SIM cards, device protection, HD voice calls,
native Wi-Fi business support.
12. Android version 6.0 - 6.0.1: Marshmallow
On May 28, 2015 google unleash redo automaton 6.0 with
codename "Marshmallow", for Nexus five and Nexus vi
phones, Nexus 9 tablet. automaton lunches "Marshmallow"
for all automaton devices On Oct 5, 2015. This version
includes several new options asAppStandby,theDozemode
to avoid wasting battery life, native fingerprint reader
support, run-time permission requests, USB-C support,
Unicode 7.0 & 8.0 emoji support.
13. Android version 7.0 to 7.1.2: Nougat
Google major unleash for the androidOSwastheandroid 7.0
with codename "Nougat". The initial codename for this
version was "Android N". It 1st appeared for developer
preview on March 9, 2016, with a works image. the ultimate
version discharged On August 22, 2016. This version
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD42519 | Volume – 5 | Issue – 4 | May-June 2021 Page 1026
introduces several new versions file-based encoding, rivet
the screen, multi-window support, new knowledge Saver
mode.
14. Android version 8.0 to 8.1: Oreo
The eighth major release of the automaton OS was
automaton 8.0 with codename “Oreo”. It 1st appeared for
developer preview on March 21,2017anditsfinal developer
preview was discharged on july 24, 2017.The fastened
version of this releases On August 21,2017withseveral new
options like picture-in-picture support, support for Unicode
10.0 emoji (5.0), restructured settings, adoptive icons,
notification channels, notification dots, increase boot time,
Google Play shield, support Integrated printing, Neural
network API, shared memoryAPI,androidcookieGoEdition,
auto fill framework, automatic light-weight.
15. Android version 9.0: Pie
The ninth major version of the android OS was android 9.0.
The codename for this version was "Pie". Google discharged
and previewed the primary version on March 7, 2018, and it
had been formally dischargedonaugust6,2018.a numberof
the new options of this version area unit that the clock
moves to the left facet of the notification bar, screenshots
area unit additional, buttons, percentages area unit
continuously shown within the show.
16. Android version 10:
The tenth updated version of the android OSis“Android10”.
The codename of android ten is android q. Initially, The
version of automaton ten was discharged on September 3,
2019. This version includes some new options like
permissions to access location, floating setting panel,
support for associate degree AV1 video codec, support for
biometric identification, support the WPA3 Wi-Fi security.
17. Android 11:
Android 11 is that the huge launch of september OS. it's the
18th version of automaton mobile OS. This version was
released on sep,8 2020. The code-naming system of android
supported deserts, was stopped in android 10 version. This
OS has name as "Android 11".
V. ADVANTAGES AND DISADVANTAGES OF
ANDROID:
Advantages:
1. Android is Open source:-
Android is commissioned under apache. Mobile firms
modification the code of humanoid to form UImodificationa
touch bit. Developers have conjointly access to thecorecode
and might build changes to that.
2. Notifications are nicely displayed:-
All the notifications of apps, messages, emails, low battery
square measure displayed nicely. Users will access the
notification by simply sliding from high to bottom. you'll
additionally see the notifications in lock mode.
3. Sharing of internet among devices:-
With a mobile hotspot, you'll share your device web with
different devices or with laptop. this could facilitate saving
cash additionally. If you living during a house then you'll
share your web along with your members of the family and
that they don’t have to be compelled to obtain separate net
packages.
4. Run many apps at the same time:-
If you have got a decent specification phone then you'll
smoothly run multiple apps at the same time. you'll hear
music whereas victimization Instagram or Facebook.
Disadvantages:
1. Apps run in the background:-
In the older version of android, mostappsforeverrunwithin
the background and are available to foreground as they
need. however in new edition of golem apps cannot
mechanically come back to foreground. As some apps run
within the background then it consumes mobile battery and
your device battery vanishes quickly.
2. Google account needed:-
For putting in apps from google play store you would like
Gmail account. you furthermore may would like a google
account to use different Googleproduct.IfyouforgetGmail id
then your device are often fastened and for unlocking you
would like to induce your Gmail account.
3. Virus protection:-
Android isn't sensible at virus protection. Users have rights
to transfer and install apps from different external websites
and these apps might contain a deadlydiseaseandscarfyour
knowledge and data. it's additionally noticedthatsomeapps
in google play store contain a deadly disease.
VI. CONCLUSION:
This paper is giving information about different version of
Android OS and Architecture of Android operating system it
consist of Dalvik Virtual machine. Each new version of
Android introduces various new features with its release.
The android architecture has been discussed in a detail way
with there advantages and disadvantages. Application used
in android are made with java programming so these
applications also provide the security because java is
secured language.
VII. REFERENCES:
[1] Pritee S. Uttarwar, Rani P. Tidke,Deepak S.Dandwate,
Umesh J. Tupe (2021)“A Literature Review on
Android -A Mobile Operating system” International
Research Journal of Engineering and Technology
(IRJET) Vol. 8, No. 2.
[2] M. Narmatha , S. Venkata KrishnaKumar , “Study on
Android Operating System And Its Versions(2016)”
International Journal of Scientific Engineering and
Applied Science (IJSEAS) Vol.2, No.2.
[3] Ashish A Kulkarni1, Pooja A Kulkarni “A Study OF
Android Operating System with respect with user
satisfaction(2015)”International Journal ofAdvanced
Technology in Engineering and ScienceVol No.03,No.
01.
[4] Dawn Griffiths, David Griffiths “Head First Android
Development,2010 3rd Edition” Published by:
O'Reilly Media , Inc. ISBN: 9781492076520
[5] http://code.google.com/android/
[6] http://www.android.com
[7] https://www.androidauthority.com/history-android-
os- name-789433/
[8] https://www.javatpoint.com/android-versions
[9] http://www.androidwiki.com
[10] https://www.guru99.com/android-architecture.html.
[11] https://www.itrelease.com/2019/09/advantages-
and-disadvantages-of-android-operating- system/
[12] https://www.oneworldnews.com/advantages-and-
disadvantages-of-android-phones/
[13] https://www.javatpoint.com/dalvik-virtual-machine
[14] https://www.geeksforgeeks.org/what-is-dvmdalvik-
virtual-machine/

More Related Content

PDF
Software training report
DOC
Android Report
DOC
Android
PDF
Android Design Patterns in Mobile Application Development - Michalis Grigorop...
DOCX
Android seminar-report-body.doc
PDF
An brief introduction to android operating system
PDF
Android report
PPTX
Android Operating system
Software training report
Android Report
Android
Android Design Patterns in Mobile Application Development - Michalis Grigorop...
Android seminar-report-body.doc
An brief introduction to android operating system
Android report
Android Operating system

What's hot (19)

PPTX
Android by aftab
PPTX
Android development
PPTX
Android and android phones
PDF
Review On Google Android a Mobile Platform
PDF
Fun with Flutter
PDF
android app development training report
PPT
Android application development
PDF
Consumer Electronics
PDF
Android mobile os final
PPTX
Android and android phones
PDF
Introduction to everything around Android
DOCX
Android
PDF
Android By Vipin
DOC
Android Operating System
PPTX
Android
PPTX
Introduction to Andriod
Android by aftab
Android development
Android and android phones
Review On Google Android a Mobile Platform
Fun with Flutter
android app development training report
Android application development
Consumer Electronics
Android mobile os final
Android and android phones
Introduction to everything around Android
Android
Android By Vipin
Android Operating System
Android
Introduction to Andriod
Ad

Similar to Evolution of Android Operating System and it’s Versions (20)

PDF
IRJET - A Literature Review on Android -A Mobile Operating System
PPTX
What is Android
PPTX
mobile application using flutter and android studio
DOCX
Android Architecture and Working
PPTX
Android OS
PPTX
Android and its market
PPTX
18th android intro
PPTX
18th android intro
PDF
Embedded Android : System Development - Part I
PPSX
Android..!!
PPTX
Android ! BATRA COMPUTER CENTRE
PPTX
Android Seminar || history || versions||application developement
PPTX
Android Operating System
PPTX
Android presantation
PPTX
Knowledge about android operating system
PPT
Android and android versions
PPTX
Why android is the most popular mobile operating system in the world(2)
PPTX
Android Breif introduction
PPTX
Android Seminar Presentation [March 2019]
PPTX
Android Operating System
IRJET - A Literature Review on Android -A Mobile Operating System
What is Android
mobile application using flutter and android studio
Android Architecture and Working
Android OS
Android and its market
18th android intro
18th android intro
Embedded Android : System Development - Part I
Android..!!
Android ! BATRA COMPUTER CENTRE
Android Seminar || history || versions||application developement
Android Operating System
Android presantation
Knowledge about android operating system
Android and android versions
Why android is the most popular mobile operating system in the world(2)
Android Breif introduction
Android Seminar Presentation [March 2019]
Android Operating System
Ad

More from ijtsrd (20)

PDF
A Study of School Dropout in Rural Districts of Darjeeling and Its Causes
PDF
Pre extension Demonstration and Evaluation of Soybean Technologies in Fedis D...
PDF
Pre extension Demonstration and Evaluation of Potato Technologies in Selected...
PDF
Pre extension Demonstration and Evaluation of Animal Drawn Potato Digger in S...
PDF
Pre extension Demonstration and Evaluation of Drought Tolerant and Early Matu...
PDF
Pre extension Demonstration and Evaluation of Double Cropping Practice Legume...
PDF
Pre extension Demonstration and Evaluation of Common Bean Technology in Low L...
PDF
Enhancing Image Quality in Compression and Fading Channels A Wavelet Based Ap...
PDF
Manpower Training and Employee Performance in Mellienium Ltdawka, Anambra State
PDF
A Statistical Analysis on the Growth Rate of Selected Sectors of Nigerian Eco...
PDF
Automatic Accident Detection and Emergency Alert System using IoT
PDF
Corporate Social Responsibility Dimensions and Corporate Image of Selected Up...
PDF
The Role of Media in Tribal Health and Educational Progress of Odisha
PDF
Advancements and Future Trends in Advanced Quantum Algorithms A Prompt Scienc...
PDF
A Study on Seismic Analysis of High Rise Building with Mass Irregularities, T...
PDF
Descriptive Study to Assess the Knowledge of B.Sc. Interns Regarding Biomedic...
PDF
Performance of Grid Connected Solar PV Power Plant at Clear Sky Day
PDF
Vitiligo Treated Homoeopathically A Case Report
PDF
Vitiligo Treated Homoeopathically A Case Report
PDF
Uterine Fibroids Homoeopathic Perspectives
A Study of School Dropout in Rural Districts of Darjeeling and Its Causes
Pre extension Demonstration and Evaluation of Soybean Technologies in Fedis D...
Pre extension Demonstration and Evaluation of Potato Technologies in Selected...
Pre extension Demonstration and Evaluation of Animal Drawn Potato Digger in S...
Pre extension Demonstration and Evaluation of Drought Tolerant and Early Matu...
Pre extension Demonstration and Evaluation of Double Cropping Practice Legume...
Pre extension Demonstration and Evaluation of Common Bean Technology in Low L...
Enhancing Image Quality in Compression and Fading Channels A Wavelet Based Ap...
Manpower Training and Employee Performance in Mellienium Ltdawka, Anambra State
A Statistical Analysis on the Growth Rate of Selected Sectors of Nigerian Eco...
Automatic Accident Detection and Emergency Alert System using IoT
Corporate Social Responsibility Dimensions and Corporate Image of Selected Up...
The Role of Media in Tribal Health and Educational Progress of Odisha
Advancements and Future Trends in Advanced Quantum Algorithms A Prompt Scienc...
A Study on Seismic Analysis of High Rise Building with Mass Irregularities, T...
Descriptive Study to Assess the Knowledge of B.Sc. Interns Regarding Biomedic...
Performance of Grid Connected Solar PV Power Plant at Clear Sky Day
Vitiligo Treated Homoeopathically A Case Report
Vitiligo Treated Homoeopathically A Case Report
Uterine Fibroids Homoeopathic Perspectives

Recently uploaded (20)

PDF
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
PDF
O5-L3 Freight Transport Ops (International) V1.pdf
PPTX
Renaissance Architecture: A Journey from Faith to Humanism
PDF
Insiders guide to clinical Medicine.pdf
PDF
01-Introduction-to-Information-Management.pdf
PDF
Microbial disease of the cardiovascular and lymphatic systems
PPTX
Institutional Correction lecture only . . .
PDF
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
PPTX
PPH.pptx obstetrics and gynecology in nursing
PDF
O7-L3 Supply Chain Operations - ICLT Program
PPTX
Pharma ospi slides which help in ospi learning
PPTX
human mycosis Human fungal infections are called human mycosis..pptx
PDF
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
PPTX
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
PDF
102 student loan defaulters named and shamed – Is someone you know on the list?
PDF
TR - Agricultural Crops Production NC III.pdf
PPTX
Pharmacology of Heart Failure /Pharmacotherapy of CHF
PDF
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
PDF
Supply Chain Operations Speaking Notes -ICLT Program
PDF
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
O5-L3 Freight Transport Ops (International) V1.pdf
Renaissance Architecture: A Journey from Faith to Humanism
Insiders guide to clinical Medicine.pdf
01-Introduction-to-Information-Management.pdf
Microbial disease of the cardiovascular and lymphatic systems
Institutional Correction lecture only . . .
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
PPH.pptx obstetrics and gynecology in nursing
O7-L3 Supply Chain Operations - ICLT Program
Pharma ospi slides which help in ospi learning
human mycosis Human fungal infections are called human mycosis..pptx
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
102 student loan defaulters named and shamed – Is someone you know on the list?
TR - Agricultural Crops Production NC III.pdf
Pharmacology of Heart Failure /Pharmacotherapy of CHF
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
Supply Chain Operations Speaking Notes -ICLT Program
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...

Evolution of Android Operating System and it’s Versions

  • 1. International Journal of Trend in Scientific Research and Development (IJTSRD) Volume 5 Issue 4, May-June 2021 Available Online: www.ijtsrd.com e-ISSN: 2456 – 6470 @ IJTSRD | Unique Paper ID – IJTSRD42519 | Volume – 5 | Issue – 4 | May-June 2021 Page 1023 Evolution of Android Operating System and it’s Versions Aishwarya Gujar, Prof. Pratibha Adkar MCA Department, Modern College of Engineering, Modern College of Engineering, Pune, Maharashtra, India ABSTRACT Android is a software stack for mobile devices that includes an operating system, middleware and key applications. It can be considered as a software platform as well as an operating system for mobile devices basedontheLinux operating system and currently developed by Google. It is designed primarily for touch screens mobile devices such as smartphones and tabletcomputers. One of the most widely used mobile OS these days is android. It is free and open source software its source code is known as Android Open Source Project (AOSP), which is primarily licensed under the Apache License. This Paper Contains android architecture consists of key applications, Application framework, Native libraries, Android runtime, DVM, Linux Kernal., Many versions of Android Operating System are KitKat, JellyBean, Honeycomb, Froyo etc… Advantages and DisadvantagesofAndroidandalsotheconclusion. KEYWORDS: Android, Android OS Architecture, Android Versions, Dalvik VM How to cite this paper: Aishwarya Gujar| Prof. Pratibha Adkar "Evolution of Android Operating System and it’s Versions" Published in International Journal of Trend in Scientific Research and Development (ijtsrd), ISSN: 2456- 6470, Volume-5 | Issue-4, June 2021, pp.1023-1026, URL: www.ijtsrd.com/papers/ijtsrd42519.pdf Copyright © 2021 by author (s) and International Journal ofTrendinScientific Research and Development Journal. This is an Open Access article distributed under the terms of the Creative Commons Attribution License (CC BY 4.0) (http://creativecommons.org/licenses/by/4.0) I. INTRODUCTION: Android is a mobile operating system running on the Linux kernel. It was initially developed by Android Inc. a firm later purchased by Google, and lately by the Open Handset Alliance. consortium of 47 hardware, software, and telecom companies devoted to advancing open standards for mobile devices. One of the most widely used mobile OS thesedaysis android. It is free and open sourcesoftwareitssourcecodeis known as Android Open Source Project (AOSP), which is primarily licensed under the Apache Licenser. History of Android OS: Android is described as a mobile operating system, initially developed by Android Inc. Android was sold to Google in 2005. Android is based on a modified Linux 2.6 kernel. Google, as well as other members of the Open Handset Alliance (OHA) collaborated on Android (design, development, distribution). Currently, the Android Open Source Project(AOSP)isgoverningtheAndroidmaintenance and development cycle.In July 2005, Google acquired Android Inc. for at least $50 million.[7] Its key employees, including Rubin, Miner and White, joined Google as part of the acquisition. Not much was known about the secretive Android at the time, with the company having provided few details other than that it was making software for mobile phones. At Google, the team led by Rubin developed a mobile device platform powered by the Linux kernel. Google marketed the platform to handset makers and carriers on the promise of providing a flexible, upgradeable system. Figure 1.An evolution of Android Operating system II. ANDROID OPERATING SYSTEMARCHITECTURE: Figure 2.Architecture of Android OS IJTSRD42519
  • 2. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD42519 | Volume – 5 | Issue – 4 | May-June 2021 Page 1024 Software stack is split into four layers. That are A. Linux kernel B. Native Library C. Application Framework Layer D. Applications E. Android Runtime A. Linux kernel: Android Architecture is based on Linux 2.6kernel.Ithelps to manage security, memory management, process management, network stack and other important issues.[2] Therefore, the user should bring Linux in his mobile device as the main operating system and install all the drivers required in order to run it. the kernel handles all the things that Linux is really good at such as networking and a vast array of device drivers, which take thepainoutofinterfacing to peripheral hardware. B. Native Library: [1]On the highest of the Linux kernel there's Native Library layer. Native libraries contain WebKit, OpenGL, Free Type, SQLite, Media, C runtime library (libc) etc. native libraries written in C/C++, that ar to blame for stable performance of assorted parts. SQLite is on-line database and accessible to all or any applications. It manages the access for various processes to compose second and 3D graphic layers. [4]OpenGL E and SGL create a core of graphic libraries and are used consequently for 3D and second hardware acceleration. Moreover, it's attainable to use 2Dand 3D graphics within the same application in automaton. C. Application Framework Layer: The Android Framework layer exists providesthehigh-level building blocks you will use to create your applications. The framework comes preinstalled with Android, but you'll conjointly extend it along with your own parts asrequired.[3] The Android Framework layercontainsAndroidAPIssuchas UI (user interface), telephony, resources, locations, content providers (data) and package managers. This layer contains a collection of classes and interfaces for Android application development. D. Applications: Android Architecture we have all the applications,whichare used by the final user. All applications are written exploitation using the Java programming language. All apps i.e., home, contact, settings, games, browsers are using an android framework that uses android libraries and runtime. This is the layer that end-users interact with. It is on this layer where application developers publish their applications to run. Android, by default, comes with a set of applications that make android devices usable from the offsete) E. Android Runtime: Android includes a collection of core libraries that has most of the practicality accessible within the core libraries of the Java artificial language. Every golem application runs in its own method, with its own instance of the Dalvik virtual machine. Dalvik has been written so a tool will run multiple VMs with efficiency. The Dalvik VM executes files within the Dalvik viable (.dex) format that is optimized for borderline memory footprint. III. DVM (DALVIK VIRTUAL MACHINE): [13]Dalvik could be a purpose engineered virtual machine designed specifically for humanoid that was developed by Dan Bornstein and his team. it had beenprimarilydeveloped for mobile devices. one among the outstanding aspects in Dalvik its capability to along associate application compilation enhancing the runtime performance of the applications. DVM manage the virtual machine for performance, battery and memory. Working Structure of DVM: At an equivalent level there's androidRuntime,wherever the most element Dalvik Virtual Machine is found. it had been designed specifically for golem running in restricted setting, wherever the restricted battery, CPU, memory and information storage are the most problems. [14]android provides associate integrated tool “dx”, that converts generated computer memory unit code from.jar to.dex file, when this computer memory unit code becomes way more economical to run on thelittleprocessors.becausetheresult, it's doable to own multiple instances of Dalvik virtual machine running on the one device at an equivalent time. The Core libraries ar written inJava languageandcontainsof the gathering categories, the utilities, IO and different tools. Fig-3: Working of Dalvik virtual Machine IV. ANDROID VERSION HISTORY: The development of android started in 2003 by automaton, Inc., that was purchased by Google in 2005.There were a minimum of 2 internal releases of the computer code within Google and therefore the OHA before the beta version was discharged. The beta was discharged on day, 2007 whereas the computer code development kit (SDK) was discharged on Gregorian calendarmonthtwelve,2007.manypublicbeta versions of the SDK were discharged.[8]These releases were done through computer code emulation as physical devices failed to exist to check the package. The automaton OS updates principally focuses on new options and fixes bugs. Table shows the evolution of the automaton version. It conjointly shows that the essential versions one.0 and 1.1 haven't any code name and therefore the later version of automaton features a course name and version nine pie stops the course codename system when automaton and starts a system referred to as automaton one0, Android 11.
  • 3. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD42519 | Volume – 5 | Issue – 4 | May-June 2021 Page 1025 Table 1 Version list of Android Operating System 1. Android Version 1.0 to 1.1: No codename: The first official version of golem debuted publically in2008 as golem 1.0. the primary unleash failed to even have a codename. It supports browser to point out web content, camera, access internet email server. This version includes Google Calendar, Google Maps, Google synchronize, Google Search, photos (Gallery), Wi-Fi and Bluetooth support. 2. Android version 1.5: Cupcake: The 2 updated to 1.5 free On April 27, 2009.[5]The codename of the update was course item (Cupcake). it's UNIX system kernel 2.6.27. This version of android supports third-party virtual keyboard, recording and playback in MPEG-4, Copy and paste feature, Animated screen translations, auto- rotation choice. 3. Android version 1.6: Donut: Android 1.6 was free On Sep 15, 2009, with the name friedcake. This version includes numerous new options like voice and text entry search, bookmarker history, contacts, web, "speak" a string of text, quicker camera accessanduser will delete multiple photos in same time, support text-to- speech engine, WVGA screen resolutions. 4. Android version 2.0 to 2.1: Eclair Android 2.0 was free On October 26, 2009, with codename cream puff. it had been supported UNIX system kernel a pair of.6.29. This contains the various new optionslikedistended account synchronize, Microsoft Exchange email support, [2]Bluetooth 15.1, ability to faucet a Contact picture and choose to decision, SMS, ability to go looking all saved SMS, MMS messages, delete the oldestmessagemechanicallyonce the outlined limit is reached, Minor API, bug fixes. 5. Android version 2.2 to 2.2.3: Froyo Android 2.2 was free on may 20, 2010. The update was codenamed Froyo. This update relies on the UNIX system kernel 2.6.32. This version introduces several options like speed, memory, performance improvement. 6. Android version 2.3 to 2.3.7: Gingerbread Android 2.3 version with cake codename was free on Gregorian calendar month 6, 2010. it's supported Linux kernel 2.6.35. This version of android fixes bug fixes for Nexus S, voice or video chat exploitation Google speak, network performance for Nexus S4G, Gmail application, battery performance, voice searc bug, Google Case support for Nexus S4G. 7. Android version 3.0 to 3.2.6: Honeycomb Android 2011.0 was free on feb 22, 2011. The codename for this version is Honeycomb. it absolutely was the primary Android-based pill on the Linux kernel 2.6.66. This version includes a "holographic" programmer for tablets, associate connected system bar, simplified multitasking sound within the recent application system bar. 8. Android version 4.0 to 4.0.4: Ice Cream Sandwich Android 4.0.1 was released On October 19, 2011, with codename frozen dessert Sandwich. This was supported Linux kernel 3.0.1. This was the last version of formally support Adobe System Flash player. This version introduces the varied new features: refinements to "Holographic " interface, separation of widgets in a very newtab,integrated screenshot capture, improved error correction on the keyboard, improved copy and paste practicality, build-in photograph editor, spell-checking feature, fastened minor bugs, improvement to graphics, highercamera performance. 9. Android version 4.1 to 4.3.1: Jelly Bean Google declared the robot 4.1 version of the robot software system at the Google I/O conference on Gregorian calendar month 27, 2012. The codename of the update was candy. This version is predicated on Linux kernel 3.0.31. This version updates several options like powertool programme, enhance accessibility, expandable notification, fastened bug on Nexus 7, one-finger gestures to expand/collapse notifications, lock. screen improvement, for tablet will add multiple user. 10. Android version 4.4 to 4.4.4: KitKat Android 4.4 version discharged on September 3,2013 with codename KitKat. Initial code name was "Key Lime Pie". On Oct 31, 2013 Google started on Google's Nexus five. The minimum needed quantity of RAM ought to out there to automaton is 340 MB. the opposite devices with but 512 MB of RAM should report themselves as "low RAM" devices. 11. Android version 5.0 to 5.1.1: Lollipop In 2014 google unleash redo automaton 5.0 with codename lollipop. On nov 12, 2014 it had been discharged formally. This version introduces several options like redesigned computer program, support for 64-bit CPUs, print preview feature, material style, Project Volta for battery life improvement, over one user accounts, audio input/output through USB devices, be a part of Wi-Fi networks, support for multiple SIM cards, device protection, HD voice calls, native Wi-Fi business support. 12. Android version 6.0 - 6.0.1: Marshmallow On May 28, 2015 google unleash redo automaton 6.0 with codename "Marshmallow", for Nexus five and Nexus vi phones, Nexus 9 tablet. automaton lunches "Marshmallow" for all automaton devices On Oct 5, 2015. This version includes several new options asAppStandby,theDozemode to avoid wasting battery life, native fingerprint reader support, run-time permission requests, USB-C support, Unicode 7.0 & 8.0 emoji support. 13. Android version 7.0 to 7.1.2: Nougat Google major unleash for the androidOSwastheandroid 7.0 with codename "Nougat". The initial codename for this version was "Android N". It 1st appeared for developer preview on March 9, 2016, with a works image. the ultimate version discharged On August 22, 2016. This version
  • 4. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD42519 | Volume – 5 | Issue – 4 | May-June 2021 Page 1026 introduces several new versions file-based encoding, rivet the screen, multi-window support, new knowledge Saver mode. 14. Android version 8.0 to 8.1: Oreo The eighth major release of the automaton OS was automaton 8.0 with codename “Oreo”. It 1st appeared for developer preview on March 21,2017anditsfinal developer preview was discharged on july 24, 2017.The fastened version of this releases On August 21,2017withseveral new options like picture-in-picture support, support for Unicode 10.0 emoji (5.0), restructured settings, adoptive icons, notification channels, notification dots, increase boot time, Google Play shield, support Integrated printing, Neural network API, shared memoryAPI,androidcookieGoEdition, auto fill framework, automatic light-weight. 15. Android version 9.0: Pie The ninth major version of the android OS was android 9.0. The codename for this version was "Pie". Google discharged and previewed the primary version on March 7, 2018, and it had been formally dischargedonaugust6,2018.a numberof the new options of this version area unit that the clock moves to the left facet of the notification bar, screenshots area unit additional, buttons, percentages area unit continuously shown within the show. 16. Android version 10: The tenth updated version of the android OSis“Android10”. The codename of android ten is android q. Initially, The version of automaton ten was discharged on September 3, 2019. This version includes some new options like permissions to access location, floating setting panel, support for associate degree AV1 video codec, support for biometric identification, support the WPA3 Wi-Fi security. 17. Android 11: Android 11 is that the huge launch of september OS. it's the 18th version of automaton mobile OS. This version was released on sep,8 2020. The code-naming system of android supported deserts, was stopped in android 10 version. This OS has name as "Android 11". V. ADVANTAGES AND DISADVANTAGES OF ANDROID: Advantages: 1. Android is Open source:- Android is commissioned under apache. Mobile firms modification the code of humanoid to form UImodificationa touch bit. Developers have conjointly access to thecorecode and might build changes to that. 2. Notifications are nicely displayed:- All the notifications of apps, messages, emails, low battery square measure displayed nicely. Users will access the notification by simply sliding from high to bottom. you'll additionally see the notifications in lock mode. 3. Sharing of internet among devices:- With a mobile hotspot, you'll share your device web with different devices or with laptop. this could facilitate saving cash additionally. If you living during a house then you'll share your web along with your members of the family and that they don’t have to be compelled to obtain separate net packages. 4. Run many apps at the same time:- If you have got a decent specification phone then you'll smoothly run multiple apps at the same time. you'll hear music whereas victimization Instagram or Facebook. Disadvantages: 1. Apps run in the background:- In the older version of android, mostappsforeverrunwithin the background and are available to foreground as they need. however in new edition of golem apps cannot mechanically come back to foreground. As some apps run within the background then it consumes mobile battery and your device battery vanishes quickly. 2. Google account needed:- For putting in apps from google play store you would like Gmail account. you furthermore may would like a google account to use different Googleproduct.IfyouforgetGmail id then your device are often fastened and for unlocking you would like to induce your Gmail account. 3. Virus protection:- Android isn't sensible at virus protection. Users have rights to transfer and install apps from different external websites and these apps might contain a deadlydiseaseandscarfyour knowledge and data. it's additionally noticedthatsomeapps in google play store contain a deadly disease. VI. CONCLUSION: This paper is giving information about different version of Android OS and Architecture of Android operating system it consist of Dalvik Virtual machine. Each new version of Android introduces various new features with its release. The android architecture has been discussed in a detail way with there advantages and disadvantages. Application used in android are made with java programming so these applications also provide the security because java is secured language. VII. REFERENCES: [1] Pritee S. Uttarwar, Rani P. Tidke,Deepak S.Dandwate, Umesh J. Tupe (2021)“A Literature Review on Android -A Mobile Operating system” International Research Journal of Engineering and Technology (IRJET) Vol. 8, No. 2. [2] M. Narmatha , S. Venkata KrishnaKumar , “Study on Android Operating System And Its Versions(2016)” International Journal of Scientific Engineering and Applied Science (IJSEAS) Vol.2, No.2. [3] Ashish A Kulkarni1, Pooja A Kulkarni “A Study OF Android Operating System with respect with user satisfaction(2015)”International Journal ofAdvanced Technology in Engineering and ScienceVol No.03,No. 01. [4] Dawn Griffiths, David Griffiths “Head First Android Development,2010 3rd Edition” Published by: O'Reilly Media , Inc. ISBN: 9781492076520 [5] http://code.google.com/android/ [6] http://www.android.com [7] https://www.androidauthority.com/history-android- os- name-789433/ [8] https://www.javatpoint.com/android-versions [9] http://www.androidwiki.com [10] https://www.guru99.com/android-architecture.html. [11] https://www.itrelease.com/2019/09/advantages- and-disadvantages-of-android-operating- system/ [12] https://www.oneworldnews.com/advantages-and- disadvantages-of-android-phones/ [13] https://www.javatpoint.com/dalvik-virtual-machine [14] https://www.geeksforgeeks.org/what-is-dvmdalvik- virtual-machine/