Thursday, 24 March 2011

what is an android phone

Introduction:
Android is a Linux-based mobile phone operating system developed by Google. Android is unique because Google is actively developing the platform but giving it away for free to hardware manufacturers and phone carriers who want to use Android on their devices.
Beyond the Phone:
A modified version of Android is used in the Google TV, the Barnes & Noble Nook eReader, the Samsung Galaxy Tab, and countless other devices. Parrot makes both a digital photo frame and a car stereo system powered by modified versions of Android.
Open Handset Alliance:
Google formed a group of hardware, software, and telecommunication companies called the Open Handset Alliance with the goal of contributing to Android development. Most members also have the goal of making money from Android, either by selling phones, phone service, or mobile applications.
Google Services:
Because Google developed Android, it comes with a lot of Google services installed right out of the box. Gmail, Google Calendar, Google Maps, and Google Web search are all pre-installed, and Google is also the default Web page for the Web browser. However, because Android can be modified, carriers can choose to change this. Verizon Wireless, for instance, has modified some Android phones to use Bing as the default search engine.

Android is a Mobile Operating System, developed By Android Inc. and now, marketed by Google. Google and other members of Open Handset Alliance collaborated on Android development and release. Its software stack and framework is built on Linux kernel, which has been very instrumental in its seamless acceptance as an OS of choice in Mobile phones. Android OS consists of over 12 million lines of code written in C / C++ / Java and XML.
Android can be visualized basically as a framework of C C++ and Java libraries based on a Linux kernel. Because of this and the fact that Java apps can be effortlessly built through SDK’s the applications are portable on all mobile devices.


The Android system consists of 3 layered stacks:
  1. Application built in Java running on Dalvik Runtime Engine
  2. System Library written on C and C++
  3. Kernel based on Linux
Application Layer.
Java language was chosen as the development language. There are a lot of mobile developers who are well versed in Java and hence can have a seamless transition to writing Mobile apps and widgets on Android powered Smart phones
Java is a proven technology, portable on different software and hardware platform. Java is already available on majority of the mobile phones. Current Java on mobile (J2ME) have a lot of limitation, so major mobile phone company add in their own extension to the Java library, this makes portability of Java application on mobile more difficult. Normally Java was used to create Java games on mobile; many other applications are still build on the native OS and not on the Java layer.
Sun has been pushing Java technology on mobiles for years, it was successfully deployed on most of the mobile phones, but lack of standardization made it difficult to reach the depths of Mobile phone market.
Android has a very reach and standardized set of API’s and libraries, developers can use those API to develop games and applications, integrate well into mobile phones, and Java will make Android application portable on all (Android) mobile phones.
The Java program doesn’t run directly on Android, it is converted into Dalvik byte code. Basically Android can make any app run as long as it can be converted to Dalvik byte code.

The System Libraries.
The system libraries on Android mainly built on C and C++, so they are fast and efficient. Since the library runs on top of the Linux kernel, there are a lot of drivers and libraries available which can be customized as per the vendor’s requirement.

The Linux Kernel.
The Linux kernel was chosen because it was proven to be stable and powerful. Linux has good memory management, process management and already build in with many other functions like TCP/IP networking which is necessary for an operating system (especially you need it to connect to data network on your mobile).
For a new hardware mobile manufacturer, the first thing to do for building an Android platform is to build the device driver on the Linux kernel, there should be a lot of developers around who have the know-how to build the software stack from scratch or customize it from the available software.
There were a lot of companies trying to build mobile phone operating system based on Linux kernel before Android did, but have not been very successful.
Even Motorola and Nokia had released some mobile and internet devices which run on Linux operating system, but they were not very successful as well, like the Motorola A series phone started with A760. Nokia has an Internet Table device (N770) which was build using Linux operating system too. By technical point of view, Android using Java over Linux is a smart move. Both Java and Linux are proven technology, and provide portability for mobile application on Android platform.
Google has given a sneak peak of a new version of Android OS i.e. Version 3.0 named as Honeycomb. The specialty of this version is that it is specially designed for tablet PCs. Motorola Xoom is the first Tablet PC running this OS.

No comments:

Post a Comment