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
Build AllJoyn framework for linux version
by
zgh149
26 2 月, 2015
0
參考官網提供基本流程 以下是紀錄成功的流程 1. Setup 1-1. Build tools ......
Uncategorized
AlertDialog + MultiChoiceItems
by
zgh149
16 2 月, 2015
2
1.MainActivity.java import android.app.Activity; import......
Uncategorized
Spinner + ArrayAdapter
by
zgh149
15 2 月, 2015
0
Spinner 加上 ArrayAdapter 的基本使用 1.MainActivity.java impor......
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......
6
7
8
9
10