
Developed by Google under the Open Handset Alliance, a group of hardware and software developers whose goal is to create a more open cell phone environment, Android is a software stack for mobile devices that includes an operating system, middleware and key applications. It has also been defined as the first truly opened platform for mobile devices, with all of the software required to run a mobile phone, but without the proprietary obstacles that have hindered mobile innovation in the past years.
What makes Android really different is its open and fair architecture relying over a robust Linux kernel. Windows Mobile and Apples iPhone provide now a richer, simplified development environment for mobile applications. However, unlike Android, they are built on proprietary operating systems that often prioritize native applications over those created by third parties and restrict communication among applications and native phone data. Android provides instead hardware access to all applications through a series of API libraries, and a fully supported (while carefully controlled) application interaction.
Moreover, third-party and native Android applications are written using the same APIs (based on the Java language) and are executed on the same run time (a custom Java Virtual Machine called Dalvik ). In this way users can remove and replace any native application with a third-party developer alternative, even the dialer and the home screens. On the other side, developers are able to build applications by composing self made code with application already installed on the operative system (like maps, contacts etc.).
For more information visit: http://developer.android.com/



Technologies


