Android SDK 4.2 And Tools 21
Written by Lucy Black   
Thursday, 15 November 2012

Following the update to Android 4.2 (still called Jelly Bean) the SDK and the SDK Tools have been updated.

The update to the SDK supports all the new features in the decimal point upgrade to Android. The biggest changes from the developer's point of view is the ability to target individual external displays. Rather than just being able to mirror the main screen, apps can now target content to any connected display. Another improvement is the moving of renderscript computation to the GPU - but only on the Nexus 10.

 

jellybean42

From the user's point of view the major change is the ability to run widgets on the lock screen. For example you can now view your gmail inbox, the clock or a media player on the lock screen. To take advantage of this facility, widgets have to be updated but the change is a small one. Google clearly thinks that the ability to place widgets on the lock screen is an important one:

"You can create interactive daydreams that users display in this mode, and they can include any type of content."

interactive daydreams....

The new Android SDK Tools has a multi-config editor which lets you see your UI design on a range of different screen configurations. This is such an obvious time saver that you just have to say "why didn't I invent that".

 

Click for larger image

jellybean42toolssmall

 

There are also more app templates and a UI Automator test framework. The UI test framework lets you automate testing tasks on physical devices. It only works with Android 4.1 and later.

Other minor, but welcome, improvements include a one-click SDK installer. This will make many books that describe downloading Eclipse, then the SDK, then the ADT and so on out of date, but it makes getting started on a new machine easier. Now you can download everything you need with a single click.

jellybean42

Jelly Bean Source Code Released

Android Reaches New Record Level

Getting started with MIT App Inventor

Tablet Market Slows Giving Android an Advantage

 

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

 

To be informed about new articles on I Programmer, install the I Programmer Toolbar, subscribe to the RSS feed, follow us on, Twitter, Facebook, Google+ or Linkedin,  or sign up for our weekly newsletter.

Banner


TypeScript 5.4 Adds NoInfer Type
12/03/2024

TypeScript 5.4 has been released, with the addition of a NoInfer utility type alongside preserved narrowing in closures following last assignments. 



pgxman - PostgreSQL Extension Manager
19/02/2024

pgxman is a package manager like npm, but instead of Javascript packages, it is for PostgreSQL extensions. It detects and streamlines extension operations and looks after dependency manageme [ ... ]


More News

Last Updated ( Friday, 16 November 2012 )