Android 4.0 Ice Cream Sandwich (API 14-15)
Android 4.0 Ice Cream Sandwich (API 14-15) Version 4.0 Release date October 18, 2011 Features Major refinements to the “Holo” interface with new Roboto font family Soft buttons from Android 3.x are now available for use on phones Separation…
Android 3.0 Honeycomb (API 11-13)
Android 3.0 Honeycomb (API 11-13) Version – 3.0 Release date – February 22, 2011 Features Optimized tablet support with a new “holographic” user interface (removed again the following year with version 4.2) New easter egg, an image of a…
Android 2.3 Gingerbread (API 9-10)
Android 2.3 Gingerbread (API 9-10) Android 2.3 Gingerbread (API 9-10) Version – 2.3 Release date – December 6, 2010 Features Updated user interface design with increased simplicity and speed Support for extra-large screen sizes and…
Android 2.2 Froyo (API 8)
Android 2.2 Froyo (API 8) Version – 2.2 Release date – May 20, 2010 Android 2.2 Froyo (API 8) is a minor platform release including user features, developer features, API changes, and bug fixes Android 2.2 Froyo (API 8) platform delivers an…
Android 2.0 Eclair (API 5-7)
Android 2.0 Eclair (API 5-7) Version – 2.0,2.1 Release date – October 26, 2009 Features Expanded Account sync, allowing users to add multiple accounts to a device for synchronization of email and contacts Microsoft Exchange email support,…
Android 1.6 Donut (API 4)
Android 1.6 Donut (API 4) Release date : September 15, 2009 Version : v1.6 On September 15, 2009, Android 1.6 – dubbed Donut – was released, based on Linux kernel 2.6.29. Included in the update were numerous new features. Features Voice and text entry…
Android 1.5 Cupcake (API 3)
Release date : April 27, 2009 Version : v1.5 Features Support for third-party virtual keyboards with text prediction and user dictionary for custom words Support for Widgets – miniature application views that can be embedded in other applications (such…
Android v1.0 (API 1)
Release date : September 23, 2008 Version : v1.0 Features Android Market allowed application downloads and updates through the Market application Web browser to show, zoom and pan full HTML and XHTML web pages – multiple pages show as windows…
Android Versions
Code name Version number Initial release date API level Security patches (No codename) Old version, no longer supported: 1.0 September 23, 2008 1 Unsupported (Internally known as “Petit Four”) Old version, no longer supported: 1.1 February 9, 2009 2…
WHAT ARE IndexOutOfBoundsException AND HOW TO AVOID THEM?
WHAT ARE IndexOutOfBoundsException AND HOW TO AVOID THEM? Moving along through the detailed Java Exception Handling series we’ve been working on, today we’ll be going over the IndexOutOfBoundsException. The IndexOutOfBoundsException is thrown when…