12 12월 2024
Posted by Ben Weiss – Developer Relations Engineer, and Lauren Darcey – Senior Engineering Manager, Reddit Reddit is one of the wor...
14 3월 2011
[This post is by Romain Guy , who likes things on your screen to move fast. —Tim Bray] One of the biggest changes we made to Android for Hon...
10 12월 2009
Writing user interface layouts for Android applications is easy, but it can sometimes be difficult to optimize them. Most often, heavy modi...
05 3월 2009
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...
19 2월 2009
Android is a mobile operating system meant to be run on a wide array of devices, with very different hardware configurations. Some devices, ...
12 2월 2009
Despite the impressive hardware of the first Android phones (T-Mobile G1 and ADP1) writing efficient mobile applications is not always strai...
19 1월 2009
Android applications are, at least on the T-Mobile G1, limited to 16 MB of heap. It's both a lot of memory for a phone and yet very litt...
13 1월 2009
ListView is one of Android's most widely used widgets. It is rather easy to use, very flexible and incredibly powerful. ListView can a...