Google demos Android 3.0 honeycomb features

Written on 10:50 by Mani kumar




Google’s android operating system recently had version 2.3 gingerbread exclusive with new features,Now Google has shown a demo on its next version android 3.0 codenamed Honeycomb is exclusive for tablet PCs.

Here is the video demo of Android 3.0 HoneyComb



Android 3.0[Honeycomb] is dedicated for tablet PCs hence the design change primarily focuses in tablet optimization with updated UI.

Honeycomb is the next version of the Android platform, designed from the ground up for devices with larger screen sizes, particularly tablets. We’ve spent a lot of time refining the user experience in Honeycomb, and we’ve developed a brand new, truly virtual and holographic user interface. Many of Android’s existing features will really shine on Honeycomb: refined multi-tasking, elegant notifications, access to over 100,000 apps on Android Market, home screen customization with a new 3D experience and redesigned widgets that are richer and more interactive. We’ve also made some powerful upgrades to the web browser, including tabbed browsing, form auto-fill, syncing with your Google Chrome bookmarks, and incognito mode for private browsing.

Introduction to Android Operating system

Written on 10:48 by Mani kumar

Android is a mobile operating system which is becoming a major competitor to iPhone OS in terms of openness.I am beginning the android series which will be helpful for developers who wish to develop android apps.

android-logo

Android-logo

Dictionary definition

android - an automaton in the form of a human being.

Android is a software stack for mobile devices that includes an operating system, middleware and key applications. Android has the modified version of Linux kernel .

Android was initially developed by Android Inc. Later acquired by Google to form open Headset alliance [ a group of 65 hardware, software, and telecom companies ].Applications for android devices are written in Java language.

Android versions

v1.5 cupcake

android v1.5-cupcake

android v1.5-cupcake Based on Linux Kernel 2.6.27

v1.6 donut

android v1.6_donut

android v1.6-donut ,Based on Linux Kernel 2.6.29


v2.0/2.1 Eclair

android v2.0-ecliar

android v2.0-ecliar,Based on Linux Kernel 2.6.29

V2.2 Froyo

Android-2.2-Froyo

Android-2.2-Froyo,Based on Linux Kernel 2.6.32


c2.5 ginger bread

This version is yet to release.Web M video playback will be a major update expected in this version.

android gingerbread

android gingerbread,Based on Linux Kernel 2.6.33

Advantage of Android over other Mobile operating systems:

Android OS is completely open source .Developers can use the core OS functions to develop applications Unlike Iphone OS which is a closed system.

Android supported by various hardware manufacturers (OHA) hence there is no mobile career dependency.check the list of devices supported by android.

android statistics

android statistics

Multi platform support- SDK can be installed on windows,Linux and Mac OS .

Zero developmental cost – Tools for application development are downloaded for free.

Also the applications created by developers can be published in Android market place for users to download.

android architecture

android architecture

Android’s founders now working in Google Andy Rubin , Rich Miner, Nick Sears , and Chris White.

SDK

The Android SDK includes a comprehensive set of development tools.These include a debugger, libraries, a handset emulator. Software written in Java can be compiled to be executed in the Dalvik virtual machine, which is a specialized VM implementation designed for mobile device use.Facebook released a new SDK for android which supposed to be superior than the SDK for iphone.