歡迎來到小豬圈!

2010-08-30

Android 開發筆記:Override 軟體鍵 Soft key

  • Android 的四個軟體鍵 Back, Menu, Home, Search,其中三個可以透過 Override 改變行為,分別如下:
  • Back: onBackPressed()
  • Search: onSearchRequested()
  • Menu: onCreateOptionsMenu()

Android 開發筆記:全螢幕模式

  • 在 Activity onCreate 裡,setContentView 之前加入下列片段:
  • this.requestWindowFeature(Window.FEATURE_NO_TITLE); this.getWindow().setFlags( WindowManager.LayoutParams.FLAG_FULLSCREEN, WindowManager.LayoutParams.FLAG_FULLSCREEN);

Android 開發筆記:findViewById

  • Activity 的 findViewById() 在 onCreate() 裡 setContentView() 後才能用!
  • 這是在自訂最底層Layout 再載入 xml 時遇到的問題。 可以先 View view = Activity.getLayoutInflater().inflate() 載入xml後,再view.findViewById()

標籤分類

Blog Archive

Labels

Google Analytics Tracking Code

About Me

My photo
Keelung, R.O.C, Taiwan
一個不學無術、混吃等死的傢伙…