Chap 5
Chap 5
Chap 5
Android versions
Features of Android
Architecture of Android
In 2005, as part of its strategy to enter the mobile space, Google purchased
Google wanted Android to be open and free; hence, most of the Android code was
released under the open-source Apache License, which means that anyone who
wants to use Android can do so by downloading the full Android source code.
Cont.…
This simple development model makes Android very attractive and has thus
application development.
Developers need only develop for Android, and their applications should be able
to run on numerous different devices, as long as the devices are powered using
Android.
Android versions
Features of Android
Media support — Includes support for the following media: H.263, H.264 (in 3GP
or MP4 container), MPEG-4 SP, AMR, AMR-WB (in 3GP container), AAC, HE-AAC
(in MP4 or 3GP container), MP3, MIDI, Ogg Vorbis, WAV, JPEG, PNG, GIF, and
BMP
low-level device drivers for the various hardware components of an Android device.
Libraries — These contain all the code that provides the main features of an Android OS.
Android runtime — At the same layer as the libraries, the Android runtime provides a set
of core libraries that enable developers to write Android apps using the Java programming
language.
application developers so that they can make use of them in their applications.
Applications — At this top layer, you will find applications that ship with the Android device
(such as Phone, Contacts, Browser, etc.), as well as applications that you download and install
Android devices in the market
Android devices come in all shapes and sizes.
Smartphones
Tablets
E-reader devices
Netbooks
MP4 players
Internet TVs
Smart watches
The Android market
One of the main factors determining the success of a smartphone platform is the
In August 2008, Google announced the Android Market, an online application store for
Using the Market application that is preinstalled on their Android device, users can
Both paid and free applications are supported on the Android Market, though paid
applications are available only to users in certain countries due to legal issues.
Similarly, in some countries, users can buy paid applications from the Android Market,
Optional for accelerated emulator: Intel® processor with support for Intel® VT-x,
Intel® EM64T (Intel® 64), and Execute Disable (XD) Bit functionality
Cont.…
Android Studio
Installation
Java
1. Visithttp://www.oracle.com/technetwork/java/javase/downloads/index.html
2. Install it
3. Android Studio
3. Visit http://developer.android.com/sdk/index.html
At final stage, it would extract SDK packages into our local machine, it would take
a while time to finish the task and would take 2626MB of Hard disk space.
Cont.…
After done all above steps perfectly, you must get finish button and it gonna be
open android studio project with Welcome to android studio message as shown
below
Cont.…