Home
Posts
About Me
What you think is what you get
Home
Posts
About Me
Menu
Posts filed under: Uncategorized
Uncategorized
Uncategorized
Customize style for checkbox
by
zgh149
11 2 月, 2015
0
1. 首先建立 Selector(customize_checkbox_selector.xml),以套用到c......
Uncategorized
更改ActionBar background color
by
zgh149
27 1 月, 2015
0
更改ActionBar的background color 直接在程式碼中設定 //取得色碼 St......
Uncategorized
WifiInfo 紀錄
by
zgh149
26 1 月, 2015
0
WifiInfo wifiInfo = WifiManager.getConnectionInfo(); 可取......
Uncategorized
安裝並設定 Synergy on ubuntu12.04
by
zgh149
23 1 月, 2015
0
1. 安裝 synergy sudo apt-get install synergy Note : 安裝完成後......
Uncategorized
轉換密碼內容為暗碼或明碼
by
zgh149
10 12 月, 2014
0
可藉由 HideReturnsTransformationMethod 物件來轉換明碼 以及 Password......
Uncategorized
使用自定義Menu
by
zgh149
8 12 月, 2014
0
Activity 在預設的情況中按下選單鍵是沒有反應的, 要讓選單鍵產生作用相當簡單,只要注意以下兩點 1. ......
Uncategorized
使用 AlertDialog.Builder 建立多重選項選單(MultiChoiceItems)
by
zgh149
5 12 月, 2014
3
建立多重選單必須使用AlertDialog.Builder 來達成, 如下 package com.examp......
Uncategorized
使用 ant 手動產生 signed apk
by
zgh149
2 12 月, 2014
0
相反於此篇(使用ant手動產生unsign apk), 現在必須使用ant手動產生 sign apk, 以步驟......
Uncategorized
ant build error: [aapt] invalid resource directory name: /project/bin/res/crunch
by
zgh149
28 11 月, 2014
1
Description: Use Ant to build apk and show error messag......
Uncategorized
ant build error: sdk.dir is missing. Make sure to generate local.properties using 'android update project' or to inject it through the ANDROID_HOME environment variable.
by
zgh149
28 11 月, 2014
0
Root Caused: sdk.dir is missing. Make sure to generate ......
6
7
8
9
10