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
Posts filed under: Uncategorized
Uncategorized
Uncategorized
開啟手機閃光燈(手電筒)(Camera & Camera.Parameters)
by
zgh149
7 12 月, 2012
0
開啟閃光燈相當簡單,因為閃光燈是 Camera 類別的功能,所以必須先建立 Camera 物件再搭配 Came......
+
Uncategorized
Notification(通知)
by
zgh149
22 11 月, 2012
0
通知是什麼? 通知為Notification,基本上是在應用程式的 UI 以外(通常是狀態列)顯示的訊息。 官......
+
Uncategorized
上架 google play(android market) 的準備
by
zgh149
21 11 月, 2012
0
1.先來做 icon 吧, Android 支援各種不同的尺寸,可以製作 96×96(x), 72&......
+
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
標籤頁在顯示上是相當方便且用途廣泛的元件,在電話簿,訊息中常常可見,簡單的範例如下圖  ......
9
10
11
12