Android Developers Blog
The latest Android and Google Play news for app and game developers.
🔍
Platform Android Studio Google Play Jetpack Kotlin Docs News
UI toolkit
Article Image Placeholder
Painless threading

০৬ মে ২০০৯

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


Drawable mutations
Drawable mutations

০৪ মে ২০০৯

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


Android Layout Tricks #3: Optimize with stubs
Android Layout Tricks #3: Optimize with stubs

৩০ মার্চ ২০০৯

Sharing and reusing layouts is very easy with Android thanks to the <include /> tag, sometimes even too easy and you might end up wit...


Window Backgrounds & UI Speed
Window Backgrounds & UI Speed

০৫ মার্চ ২০০৯

Some Android applications require to squeeze every bit of performance out of the UI toolkit and there are many ways to do so. In this articl...


Android Layout Tricks #3: Optimize by merging
Android Layout Tricks #3: Optimize by merging

০৩ মার্চ ২০০৯

In the previous installment of Android Layout Tricks , I showed you how to use the <include /> tag in XML layout to reuse and share ...


Article Image Placeholder
Android Layout Tricks #2: Reusing layouts

২৫ ফেব্রুয়ারী ২০০৯

Android comes with a wide variety of widgets , small visual construction blocks you can glue together to present the users with complex and ...


Android Layout Tricks #1
Android Layout Tricks #1

২৪ ফেব্রুয়ারী ২০০৯

The Android UI toolkit offers several layout managers that are rather easy to use and, most of the time, you only need the basic features of...