Skip to content
What you think is what you get
What you think is what you get
Home
Posts
About Me
Home
Posts
About Me
Follow on
linkedin
Follow on
github
Follow on
twitter
Follow on
facebook
Follow on
instagram
What you think is what you get
Home
Posts
About Me
All posts by: zgh149
zgh149
+
Uncategorized
如何製作上鎖功能(EditText + SharedPreferences)
by
zgh149
21 11 月, 2012
0
上鎖功能相當簡單,基本上只需要 EditText 和 SharedPreferences(也可以使用其它的儲存......
Uncategorized
排序比較的實用(Comparable & Comparator )
by
zgh149
19 11 月, 2012
0
在 Collections 有許多排序比較等等的方法已經寫好,基本類型的比較可以直接使用,如 ArrayLis......
Uncategorized
EditText 的使用
by
zgh149
13 11 月, 2012
0
EditText 用來輸入編輯資料,它繼承自 TextView,許多在 TextView中的方法也可以在這使用......
+
Uncategorized
取得系統日期時間
by
zgh149
13 11 月, 2012
0
1.使用 SimpleDateFormat + Date public String getTimeBySim......
+
Uncategorized
Activity 之間的切換與傳送資料(Activity+Bundle)
by
zgh149
9 11 月, 2012
0
在前幾篇的 “啟動新 Activity” 中,介紹如何在舊 Activity 中啟動新......
+
Uncategorized
自訂標籤頁(TabHost+TabWidget)的使用
by
zgh149
8 11 月, 2012
0
在 “標籤頁(TabHost+TabWidget)的使用” 提到預設標籤頁的使用,實際......
+
Uncategorized
標籤頁(TabHost+TabWidget)的使用
by
zgh149
8 11 月, 2012
0
標籤頁在顯示上是相當方便且用途廣泛的元件,在電話簿,訊息中常常可見,簡單的範例如下圖  ......
+
Uncategorized
顯示自訂的清單內容(ArrayList+SimpleAdapter+ListView)
by
zgh149
8 11 月, 2012
0
在 “顯示簡單的清單內容” 中提到 String + ArrayAdapter + L......
+
Uncategorized
ListView 的清單起始動畫使用(LayoutAnimationController)
by
zgh149
6 11 月, 2012
0
使用 ListView 來顯示清單時,預設的顯示方式是瞬間顯示,沒有任何的動畫,你可以使用 anim + La......
+
Uncategorized
顯示簡單的清單內容(string+ArrayAdapter+ListView)
by
zgh149
5 11 月, 2012
0
想要顯示簡單的清單內容可以使用 ArrayAdapter + ListView 來達成, 把想要顯示的內容以及......
30
31
32
33