Posts tagged development
Google android SDK 4.0 and what it means
1
Google has just announced the release of SDK for Android 4.0 Ice Cream Sandwich available straight from the Android Developers site, which you can find by clicking here.
Android 4.0 is a major platform release that adds a variety of new features for users and app developers. Besides all the new features and APIs discussed below, Android 4.0 is an important platform release because it brings the extensive set of APIs and Holographic themes from Android 3.x to smaller screens. As an app developer, you now have a single platform and unified API framework that enables you to develop and publish your application with a single APK that provides an optimized user experience for handsets, tablets, and more, when running the same version of Android—Android 4.0 (API level 14) or greater.
5. Event intent : If all we want to do is add an event to the user’s calendar, we can now use an ACTION_INSERT intent with a “vnd.android.cursor.item/event” MIME type to start an activity in the Calendar app that creates new events. No permissions required.
6. Camera : The Camera class now includes APIs for detecting faces and controlling focus and metering areas which we missed a lot in previous SDKs. Also there’s continuous auto focusing (CAF) for both pictures and videos.
7. Wi-Fi Direct : Android now supports Wi-Fi Direct – WI-FI P2P APIs for peer-to-peer (P2P) connections between Android-powered devices and other device types without a hotspot or Internet connection.
WXGA720 (1280×720, extra-high density, normal screen)
WSVGA (1024×600, medium density, large screen)
It is a significant update. Android SDK 4.0 provides a unified platform so it’s much easier now for developers to design quality apps for all form factors – Phones, Tablets and net-books. Of course the apps will be more user friendly to users as well.
I am currently downloading the new SDK on my slow 144kbps connection. Just can’t wait to start development on the updated platform. What about you?


