0% found this document useful (0 votes)
49 views

Android App Development

Android apps are huge market(over 80% of mobile devices worldwide run android), and it’s continuously growing. If you are going to invest in an app development, then its important to choose a developer with great track record. www.webliquidinfotech.com

Uploaded by

Aayush Gupta
Copyright
© © All Rights Reserved
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
49 views

Android App Development

Android apps are huge market(over 80% of mobile devices worldwide run android), and it’s continuously growing. If you are going to invest in an app development, then its important to choose a developer with great track record. www.webliquidinfotech.com

Uploaded by

Aayush Gupta
Copyright
© © All Rights Reserved
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
You are on page 1/ 23

ANDROID APPLICATION

DEVELOPMENT IN
AUSTRALIA
Contents
• History
• Introduction of android
• Android versions
• Android architecture
• Security
• Features of android
• Advantages of android
• Disadvantage of android

HISTORY OF ANDROID

Android Inc.founded in Palo Alto, California


,United States in October 2003 by Andy
Rubin, Rich miner, Nick sears and Chris
white to develop Android.
WHAT IS ANDROID?
• It is a open source software platform and operating system for
mobile devices

• Based on the Linux kernel

• Developed by Google and later the Open Handset Alliance (OHA)


– Allows writing managed code in the Java language

• Android has its own virtual machine i.e. DVM(Dalvik Virtual


Machine),which is used for executing the android application.

• Google purchased the initial developer of the software , android


incorporated in 2005.
Open Handset Alliance

• The open handset alliance(OHA) is a


business alliance of firm to develop
open standard for mobile devices.

• Devoted to advancing open standards


for mobile devices

• Develop technologies that will


significantly lower the cost of developing
and distributing mobile devices and
services.
Open Handset Alliance (OHA) included
several companies
ANDROID VERSION
Code Version number Initial release date API level
name
1.0 23 September 2008 1

N/A 1.1 9 February 2009 2


Cupcake 1.5 27 April 2009 3

Donut 1.6 15 September 2009 4

Eclair 2.0 – 2.1 26 October 2009 5–7


Froyo 2.2 – 2.2.3 20 May 2010 8
Gingerbread 2.3 – 2.3.7 6 December 2010 9–10

Honeycomb 3.0 – 3.2.6 22 February 2011 11–13


Ice Cream Sandwich 4.0 – 4.0.4 18 October 2011 14–15
Jelly Bean 4.1 – 4.3.1 9 July 2012 16–18
KitKat 4.4 – 4.4.4 31 October 2013 19–20
Lollipop 5.0 – 5.1.1 12 November 2014 21–22
Marshmallow 6.0 – 6.0.1 5 October 2015 23
Nougat 7.0 22 August 2016 24
Latest

Marshmallow(6.0) Nought(7.0)
ANDROID ARCHITECTURE
The software stack is split into Four Layers::

• The application layer

• The application framework

• The libraries and runtime

• The kernel
LINUX
KERNEL

•The architecture is based on the Linux2.6 kernel.


• This layer is core of android architecture. It provides
service like power management, memory management,
security etc.
• It helps in software or hardware binding for better
communication.
NATIVE LIBRARIES

• Android has its own libraries, which is written in C/C+


+. These libraries cannot be accessed directly. With
the help of application framework, we can access
these libraries. There are many libraries like web
libraries to access web browsers, libraries for android
and video formats etc.
Android Run Time

• The Android Runtime was designed specifically for


Android to meet the needs of running in an embedded
environment where you have limited battery, limited
memory, limited CPU.

• Dalvik is the process virtual machine in Google's


android operating system. It is the software that runs the
apps on android devices. Dalvik is thus an integral part
of android ,which is typically used on mobile devices
such as mobile phones and tablet computers.
• Programs are commonly written in java and compiled to
byte code.
Android Run Time

•This is in blue, meaning that it's written in


the Java programming language.

•The core library contains all of the collection


classes, utilities, IO, all the utilities and tools
that you’ve come to expected to use.
Application Framework

•This is all written in a Java programming language and


the application framework is the toolkit that all
applications use.
•These applications include the ones that come with a
phone like the home applications, or the phone
application.
•It includes applications written by Google, and it
includes apps that will be written by you.
•So, all apps use the same framework and the same
APIs.
Contd…
These are as follows:-
• Ac tivity manager: -It manages the lifecycle of applications. It enable
proper management of all the activities. All the activities are controlled
by activity manager.
• Resourc e manager: -It provides access to non-code resources such as
graphics etc.
• Notific ation manager: -It enables all applications to display custom
alerts in status bar.
• Location manager:- It fires alerts when user enters or leaves a
specified geographical location.
• Pac kag e manag er: -It is use to retrieve the data about installed
packages on device.
• Window manager: -It is use to create views and layouts.
• Telephony manager: -It is use to handle settings of network connection
and all information about services on device.
APPLICATION LAYER

•the final layer on top is Applications.

•It includes the home application the contacts


application , the browser, and apps.

•It is the most upper layer in android architecture.

•All the applications like camera, Google maps,


browser,sms,calendars,contacts are native
applications. These applications works with end user
with the help of application framework to operate.
Security

• Android is a multi-process system, in which each


application (and parts of the system) runs in its own
process. Most security between applications and the
system is enforced at the process level through
standard Linux facilities, such as user and group IDs
that are assigned to applications.
C
• Android is designed having multi layer security which provides flexibility for this
platform. When attackers attempt attack on device, android platform help to
reduce the portability of the attack.
There are key components of android security which are described as follows:

Design review:-when a security model is designed then it will be reviewed by the


developers so that risk level will be very less while using the model.

Code review and penetrating testing:-the goal of this code review is that in which
it will be checked that how the system will become strong?

Open source and community review:-android uses open source technologies


that have significant external review such as Linux kernel.

Incident response:-android team enables the rapid mitigation of vulnerabilities


to ensure that potential risks to all android users are minimized.
Android Application Support

You might also like