All posts by: zgh149

使用Simple Factory Pattern替換多建構式

Simple Factory Pattern: 提供產生物件的方法, 而無須關注實作內容, 其物件類型可為in......

How to run Shell Script in Eclipse

Description : Use eclipse to run shell script file &nbs......

使用 CloneZilla 複製 HDD(大容量1TG) 到 SSD(小容量240G) on ubuntu

Target 使用 CloneZilla 複製 HDD(大容量1TG) 到 SSD(小容量240G) on u......

Eclipse error : Eclipse hangs at the Android SDK Content Loader(0%)

Description : Launch eclipse ide andstucked, “And......

Run "About" sample on Alljoyn for linux version

參考官網步驟 以下為紀錄成功過程 Export path 1. Open terminal and move ......

Build AllJoyn framework for linux version

參考官網提供基本流程 以下是紀錄成功的流程   1. Setup 1-1. Build tools ......

AlertDialog + MultiChoiceItems

1.MainActivity.java import android.app.Activity; import......

Spinner + ArrayAdapter

Spinner 加上 ArrayAdapter 的基本使用 1.MainActivity.java impor......

Customize style for checkbox

1. 首先建立 Selector(customize_checkbox_selector.xml),以套用到c......

更改ActionBar background color

更改ActionBar的background color   直接在程式碼中設定 //取得色碼 St......