Since the beginning of the year, the Android UI team has been hard at work on the Android 1.5 release. Starting today with widgets, we would like to share some of our evolving Android design principles with you.Widgets are a new feature that application developers can use to promote a small sample of the most...
Thursday, April 30, 2009
Tuesday, April 28, 2009
7:00 AM by UnknownNo comments
Android 1.5 introduced a number of new features that application developers can take advantage of, like virtual input devices and speech recognition. As a developer, you need to be aware of backward compatibility issues on older devices—do you want to allow your application to run on all devices, or just those running newer software? In some cases it will be useful to employ the newer APIs on devices...
Monday, April 27, 2009
2:00 PM by UnknownNo comments

I admit, I've been talking big about Google I/O in my last few posts. But I'm entirely serious: Google I/O is going to be the Android developer event of the year, no doubt about it. I want to take a few minutes to explain why.The most exciting aspect, to my mind, is the technical content. We have 9 sessions listed...
10:02 AM by UnknownNo comments
I've got some good news today: the Android 1.5 SDK, release 1 is ready! Grab it from the download page.For an overview of the new Android 1.5 features, see the 1.5 release notes page in our developer site.I am also happy to let you know that our partners at HTC have made available new system images to upgrade your Android Dev Phone 1 (ADP1) to Android 1.5. This new version (which is only available...
Friday, April 24, 2009
12:00 PM by UnknownNo comments
GLSurfaceView is a new API class in Android 1.5. GLSurfaceView makes OpenGL ES applications easier to write by:Providing the glue code to connect OpenGL ES to the View system.Providing the glue code to make OpenGL ES work with the Activity life-cycle.Making it easy to choose an appropriate frame buffer pixel format.Creating and managing a separate rendering thread to enable smooth animation.Providing...
9:30 AM by UnknownNo comments

Live folders have been introduced in Android 1.5 and let you display any source of data on the Home screen without forcing the user to launch an application. A live folder is simply a real-time view of a ContentProvider. As such, a live folder can be used to display all your contacts, your bookmarks, your email,...
Thursday, April 23, 2009
9:15 AM by UnknownNo comments
Hi, developers! I hope you've heard about the early-look version of the Android 1.5 SDK that we recently released. There are some great new features in there, but don't get too excited yet -- some of you will need to fix some problems in your apps before you can start taking advantage of Android 1.5.We've done some fairly extensive testing of the popular apps on the Android Market, and it turns...
Wednesday, April 22, 2009
5:00 PM by UnknownNo comments

To create an input method (IME) for entering text into text fields and other Views, you need to extend the InputMethodService.class. This class provides much of the basic implementation for an input method, in terms of managing the state and visibility of the input method andcommunicating with the currently...
Tuesday, April 21, 2009
9:10 PM by UnknownNo comments

Starting from Android 1.5, the Android platform offers an Input MethodFramework (IMF) that lets you create on-screen input methods such as softwarekeyboards. This article provide an overview of what Android input method editors(IMEs) are and what an application needs to do to work well with them. The IMFis designed...
Monday, April 20, 2009
6:43 PM by UnknownNo comments

One exciting new feature in the Android 1.5 SDK is the AppWidget framework which allows developers to write "widgets" that people can drop onto their home screen and interact with. Widgets can provide a quick glimpse into full-featured apps, such as showing upcoming calendar events, or viewing details about...
Tuesday, April 14, 2009
11:00 PM by UnknownNo comments

On Monday, we released an early look at the Android 1.5 SDK. Not only does this platform update contain numerous new features, APIs, and bug fixes, but Android 1.5 also brings a new default look for the Android UI framework. After Android 1.0 and 1.1, our designers worked hard to refine and polish the appearance...
Monday, April 13, 2009
4:10 PM by UnknownNo comments

I'm excited to announce that starting today, developers can get an early look at the SDK for the next version of the Android platform. This new version (which will be 1.5) is based on the cupcake branch from the Android Open Source Project. Version 1.5 introduces APIs for features such as soft keyboards, home...
Subscribe to:
Posts (Atom)