Android Developers Blog
The latest Android and Google Play news for app and game developers.
🔍
Platform Android Studio Google Play Jetpack Kotlin Docs News
Android 1.5
Article Image Placeholder
Introducing Android 1.5 NDK, Release 1

25 6月 2009

Many of you have been asking for the ability to call into native code from your Android applications. I'm glad to announce that develope...


Article Image Placeholder
Painless threading

06 5月 2009

Whenever you first start an Android application, a thread called "main" is automatically created. The main thread, also called the...


Drawable mutations
Drawable mutations

04 5月 2009

Android's drawables are extremely useful to easily build applications. A Drawable is a pluggable drawing container that is usually asso...


Widget Design Guidelines
Widget Design Guidelines

30 4月 2009

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...


Article Image Placeholder
Backward compatibility for Android applications

28 4月 2009

Android 1.5 introduced a number of new features that application developers can take advantage of, like virtual input devices and speech rec...


Android 1.5 at Google I/O
Android 1.5 at Google I/O

27 4月 2009

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 Andro...


Article Image Placeholder
Android 1.5 is here!

27 4月 2009

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 Andr...


Article Image Placeholder
Introducing GLSurfaceView

24 4月 2009

GLSurfaceView is a new API class in Android 1.5. GLSurfaceView makes OpenGL ES applications easier to write by: Providing the glue code to c...


Live folders
Live folders

24 4月 2009

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 launc...


Article Image Placeholder
Future-Proofing Your Apps

23 4月 2009

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 gre...


Creating an Input Method
Creating an Input Method

22 4月 2009

To create an input method (IME) for entering text into text fields and other Views, you need to extend the InputMethodService . class. ...


On-screen Input Methods
On-screen Input Methods

21 4月 2009

Starting from Android 1.5, the Android platform offers an Input Method Framework (IMF) that lets you create on-screen input methods such as...