昨晚,就在矽谷的太陽就要落山的時候,Google用了兩個小時,把Android 2.0的原始碼發布到了AOSP(Android Open SourceProject)開源項目中。Android社區馬上行動起來,並且成功得把它移植到了最老的一款Android手機T-Mobile G1上面。運行Android
PackagesInfo pi = new PackagesInfo(this); 02. 03. ActivityManager am = (ActivityManager) getSystemService(ACTIVITY_SERVICE); 04. //擷取正在啟動並執行應用 05. List<RunningAppProcessInfo> run = am.getRunningAppProcesses();
25 February 2009Android Layout Tricks #2: Reusing layoutsAndroid comes with a wide variety of widgets, small visual construction blocks you can glue together to present the users with complex and useful interfaces. However applications often need
30 March 2009Android Layout Tricks #3: Optimize with stubshttp://android-developers.blogspot.com/2009/03/android-layout-tricks-3-optimize-with.htmlSharing and reusing layouts is very easy with Android thanks to the <include /> tag, sometimes
SDK Tools, Revision 20 (June 2012)Dependencies:Android SDK Platform-tools revision 12 or later.If you are developing in Eclipse with ADT, note that the SDK Tools r20 is designed for use with ADT 20.0.0 and later. If you haven't already, we highly
RevisionsThe sections below provide notes about successive releases of the Support Package, as denoted by revision number. Support Package, revision 7 (March 2012)Changes for v4 support library:Added ShareCompat, which provides helper classes for
SDK ToolsSDK Tools is a downloadable component for the Android SDK. It includes thecomplete set of development and debugging tools for the Android SDK.If you are new to the Android SDK, the SDK starter package installs thelatest revision of the SDK