What you think is what you get

All posts by: zgh149

Null Object Pattern

當代碼中過度出現需要檢查 null (空值) 的情況,可以考慮使用 Null Object Pattern 取......

get() method in AsyncTask

在 AsyncTask 提到了基本的用途,這篇紀錄關於 get() 的內容和實驗結果。 AsyncTask 的......

Android 存取 全域資料 (access global data in android application)

建立 Application 的子類別,並將其設計成類似於 Singleton Pattern。 將全域資料放......

Singleton Pattern (單例模式)

Singleton Pattern : 限制類別只能產生一個實體並提供全域存取方法。   Singl......

重構專案紀錄(TwoFlashLight)(part4) : Refactor class(MainActivity.java)

(Source Code: https://github.com/testfoxx/TwoFlashLight......

重構專案紀錄(TwoFlashLight)(part3) : Refactor class(FP.java)

(Source Code: https://github.com/testfoxx/TwoFlashLight......

重構專案紀錄(TwoFlashLight)(part2) : Remove unuse class

(Source Code: https://github.com/testfoxx/TwoFlashLight......

重構專案紀錄(TwoFlashLight)(part1) : Rename Package

(Source Code: https://github.com/testfoxx/TwoFlashLight......

重構專案紀錄(TwoFlashLight)

Two Flash Light 是我在多年前寫的小型Android project,當初寫的時間很趕加上也沒什......

Android emulator Management

1.查詢可使用的android version 開啟Terminal並使用 android sdk 中的too......