原创 讀書筆記[Android Beginning 2] chapter 5 Employing Basic Widgets

Every GUI toolkit has some basic widgets: fields, labels, buttons, and so on. Assigning LabelsThe simplest widget is th

原创 Whats the difference between Thread.setPriority() and android.os.Process.setThreadPriority()

http://stackoverflow.com/questions/5198518/whats-the-difference-between-thread-setpriority-and-android-os-process-setth

原创 Android自帶的一些可用於Activity的Theme

http://kurtchen.com/blog/2010/03/10/android-theme/ 在 AndroidMenifest.xml 中定義 Activity 的時候我們可以使用 android:theme 來設置 Activ

原创 怎樣在使用KVM切換器的情況下設置Ubuntu 10.04.2的分辨率?

1. 使用gtf命令生成Mode_Line ~$ gtf 1600 1200 60   # 1600x1200 @ 60.00 Hz (GTF) hsync: 74.52 kHz; pclk: 160.96 MHz   Modeline

原创 動態連接器(rtld)提供符號的動態連接,裝載共享objects和解析標號的引用。

http://tw.myblog.yahoo.com/chimei-015/article?mid=309&prev=330&l=f&fid=36 每個object要想使它對其他的ELF文件可用,就要用到符號表(symbol table

原创 Android上的流量監控思路

http://www.kernelchina.org/?q=node/565 Android上的流量監控思路 Submitted by appleleaf on Thu, 2011-01-06 10:59 技術看點 看了一下lin

原创 Android Memory Usage

http://elinux.org/Android_Memory_Usage Android Memory Usage From eLinux.org Jump to: navigation, search The memory of

原创 每天寫出好代碼的5個建議

成爲一個優秀的程序員 和成爲其他優秀的專業人員一樣,需要儘可能多的做一些有質量的工作。有句很流行的話可以總結:做,正確做事,立馬就做。(Do it. Do it right. Do it right now)   0. 將一天要做的事情列

原创 讀書筆記[Android Beginning 2] chapter 2 Create a Skeleton Application

A button is an Android widget, and widgets are the user interface elements that you use in your application. The onC

原创 讀書筆記[Android Beginning 2] chapter 4 Using XML-Based Layouts

Dynamic instantiation of widgets is reserved for more complicated scenarios, where the widgets are not known at compile

原创 C通過JNI調用JAVA——創建Object數組參數

http://wind6266.blog.163.com/blog/static/6710907201112424521713/ C通過JNI調用JAVA——創建Object數組參數   2011-02-24 14:47:00|  

原创 讀書筆記[Android Beginning 2] chapter 1

Chapter 2 Projects and Targets========AndroidManifest.xml contains the "table of contents" for your application, listin

原创 Share Link - Perform action in background

http://stackoverflow.com/questions/2487281/share-link-perform-action-in-background Question: I have an application th

原创 Android Application Class Lifecycle

Question: The android app I am working on overrides the Application class to store lightweight state (username, gps l

原创 [SDK學習]Managing Projects from the Command Line

Managing Projects from the Command Line In this document Creating an Android ProjectUpdating a ProjectSetting up a L