ANDROID EVOLUTION Flashcards

1
Q

Co-founded a start-up Android Inc. in Palo Alto, California.

A

Andy Rubin, Rich Miner, Nick
Sears, and Chris White

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Android made its official public debut in
2008 with this version

Include a suite of early Google apps like Gmail, Maps, Calendar, and YouTube, all of which were integrated into the operating system, a stark contrast to the more easily updatable standalone app model employed today.

A

ANDROID 1.0 TO 1.1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Filled in some important holes in Android’s center, including the ability for the OS to operate on a variety of different screen sizes and resolutions

It also introduced the Power Control widget

A

ANDROID 1.6 : DONUT (API 4)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

The tradition of Android version names was born.

Introduced numerous refinements to the Android interface, including the first on-screen keyboard.

A

ANDROID 1.5 CUPCAKE (API 3)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Released just a month and a half after Donut, brought in the text to speech support as well as live wallpapers.

First version to have multiple account support

A

ANDROID 2.0-2.1: ÉCLAIR (API 5)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

It was introduced with the enhanced
Bluetooth functionality and compatibility with docks, portable WiFi hotspot for sharing the 3G connection.

Google Nexus One was the first
smartphone to use this version

A

ANDROID 2.2 : FROYO (API 8)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Made swiping a more integral method of getting around the operating system, with the then-revolutionary-feeling
ability to swipe away things like notifications and recent apps.

Started the slow process of bringing a standardized design framework known as “Holo” .

A

ANDROID 4.0 : ICECREAM SANDWICH (API 14)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Android’s first true visual identity started coming into focus with this version.

Black and green seeped all over the
UI as Android slowly approached distinctive design.

A

ANDROID 2.3 : GINGERBREAD (API 9)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Was launched for the first tablet for Android-based on Linux kernel 2.6.36.

It contains the features like “holographic” user interface for tablet

released in 2011 that was tablet-only release to launch the Motorola Xoom.

A

ANDROID 3.0 TO 3.2 : HONEYCOMB
(API 11 – 13)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Released on September 3, 2013,
with more focused on better
user experience.

Optimized to run at a larger
range of old versions from the
android version list.

The smartphone must have a
minimum of 512 MB of RAM.

A

ANDROID 4.4 : KITKAT (API 19)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Released in June 2012 with Google Digital Assistant technology accessible from the home screen. The spectacular predictive intelligence utility provides expandable and interactive notifications. Moreover, users can enjoy the multi-user support into play and many other valuable features.

A

ANDROID 4.1: JELLY BEAN (API 16)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Released on November 12, 2014, with a redesigned user interface and built with
“material design”

It gives a new and modern look extended
across all of android, applications, and google products

A

ANDROID 5 : LOLLIPOP
(API 21)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Google used “Macadamia Nut Cookie” to
describe this version

Most attention-grabbing element was a screen-search feature called Now On Tap — something that, as I said at the time, had tons of potential that wasn’t fully tapped.

A

ANDROID 6 : MARSHMALLOW (API 23)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Released in 2016 with a native split-screen
mode, data saver functionality, and
a “bundled-by-app”

Most pivotal among this version’s
enhancements, however, was the
launch of the Google Assistant

A

ANDROID 7 : NOUGAT (API 24)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

released in the year 2017 having native picture-in-picture mode, notification snoozing options and better control over how applications can alert you by notifications.

It was the first Android version to
feature Project Treble

A

ANDROID 8: OREO (API 26)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

The most widely used operating system in the android version list.

Has AI compatibility

Included some noteworthy productivity features, too, such as a universal suggested-reply system for messaging notifications, a new dashboard of Digital Wellbeing controls, and more intelligent
systems

A

ANDROID 9: PIE (API 28)

14
Q

The first Android version to shed its letter and be known simply by a number, with no dessert-themed moniker attached
— in September of 2019.

No tappable Back button altogether and
relying on a completely swipe-driven approach to system navigation.

A

ANDROID 10 : Q (API 29)

15
Q

A pretty substantial Android update both under the hood and on the surface. The version’s most significant changes revolve
around privacy

A

ANDROID VERSION 11 (API 30)

16
Q

Internal code name for Android 13 is “Tiramisu.”

The most ambitious updates in Android history and one of the most subtle version
changes to date

Introduced a slew of significant interface updates including an enhanced split-screen mode for multitasking and a ChromeOS-like taskbar

A

ANDROID 13 (API 31)

17
Q

The previous Android version codename was “Upside Down Cake.”

Features a first taste of Google’s AI-generated custom wallpaper creator, though that’s available only on the Pixel 8 and Pixel 8 Pro to start.

A

ANDROID 14 (API 32)

18
Q

The internal name was “Vanilla Ice Cream,”

Introduced privacy features, such as Private
Space, which allows you to hide specific applications and content from plain view, and locking them behind a passcode

Foldable samrtphones became more relevant

A

ANDROID 15 (API 33)

19
Q

The main components of android architecture

A

 Applications
 Application Framework
 Android Runtime
 Platform Libraries
 Linux Kernel

19
Q

The top layer of android architecture

A

Applications

19
Q

Provides several important classes which are used to create an Android application. It provides a generic abstraction
for hardware access.

A

Application Framework

19
Q

It contains components like core libraries and the Dalvik virtual machine(DVM). Mainly, it provides the base for the application framework and powers our application with the help of the core
libraries.

A

Application Runtime

20
Q

Includes various C/C++ core libraries and Java based libraries such as Media, Graphics, Surface Manager, OpenGL etc. to provide a support for android developmen

A

The Platform Libraries

21
Q

The heart of the android architecture. It manages all the available
drivers such as display drivers, camera drivers, Bluetooth drivers, audio
drivers, memory drivers, etc. which are required during the runtime.

A

Linux Kernel