編輯:初級開發
開發過程中相信大家都有碰到因為不能捕獲Home鍵而煩惱,現在終於有辦法了,在Level5以上(包含)中,Activity類中有如下方法:
public void onAttachedToWindow ()
Since: API Level 5
Called when the main window associated with the activity has been attached to the window manager. See VIEw.onAttachedToWindow() for more information.
See Also
* onAttachedToWindow()
重寫Activity中的onAttachedToWindow方法,設置Type,就能捕獲到Home鍵。
當不需要捕獲時,刪除setType這一行就OK。
在搞個小字典的應用時候,有人提過,不能正常顯示音標問題,經過一番查找,發現是字體問題,android系統自帶的字體都不支持顯示音標,只能自己把支持音標顯示的字體加入項目
隨著Android機型的不斷增多,從默認HVGA 320x480 到 WVGA 480x800 、FWVGA 480x854 以及QVGA的240x320,
眾所周知,在寫 android 程序的時候,很容易出現 OOM ,而出現的時機大多數是由 Bitmap decode 引發的: &
70.Spinner1 注意:源碼第7行ArrayAdapter用R.array.colors數組來設置 1: @Overr