Android 3.2 - getting closer to a single OS |
Written by Harry Fairhead | |||
Monday, 18 July 2011 | |||
Android 3.2 is a decimal point step towards the unified operating system we all need so that we can write a single app that runs on any Android device. Android 3.2 was released last Friday (15th July 2011) and for a decimal point upgrade it has some interesting new features. The version 3 family (Honeycomb) is still optimized for use on tablets but it is starting to add facilities to work with variable screen sizes. The API provides more control for the programmer to vary the layout. A set of new quantifiers allow you to for example specify the smallest width a resource should be displayed using. You can use this to build a set of conditional layouts for your app which are used depending on the screen resolution available.Talking about screen resolutions 3.2 now supports 720p for apps that display on TVs. Another improvement is the ability to zoom in on applications that can't cope with a large screen. The idea is that the OS first renders the UI at the scale specified and then zooms the pixels up to the full screen size. This is clearly going to produce some very clunky interfaces in some cases but it's often better than nothing and it can be disabled in the manifest.
The key new features are (from the Android Developers Blog):
You can download the new API complete with emulator from the Android Developers web site. Also recently releases are updates tot eh SDK tools, the Eclipse plugin and the NDK.
|
|||
Last Updated ( Monday, 18 July 2011 ) |