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
All posts by: zgh149
zgh149
Refactoring
Null Object Pattern
by
zgh149
19 11 月, 2015
0
當代碼中過度出現需要檢查 null (空值) 的情況,可以考慮使用 Null Object Pattern 取......
Android
,
Uncategorized
get() method in AsyncTask
by
zgh149
17 11 月, 2015
0
在 AsyncTask 提到了基本的用途,這篇紀錄關於 get() 的內容和實驗結果。 AsyncTask 的......
Android
,
Uncategorized
Android 存取 全域資料 (access global data in android application)
by
zgh149
16 11 月, 2015
0
建立 Application 的子類別,並將其設計成類似於 Singleton Pattern。 將全域資料放......
Design Pattern
Singleton Pattern (單例模式)
by
zgh149
6 11 月, 2015
0
Singleton Pattern : 限制類別只能產生一個實體並提供全域存取方法。 Singl......
Refactoring
重構專案紀錄(TwoFlashLight)(part4) : Refactor class(MainActivity.java)
by
zgh149
26 10 月, 2015
0
(Source Code: https://github.com/testfoxx/TwoFlashLight......
Refactoring
重構專案紀錄(TwoFlashLight)(part3) : Refactor class(FP.java)
by
zgh149
19 10 月, 2015
0
(Source Code: https://github.com/testfoxx/TwoFlashLight......
Refactoring
重構專案紀錄(TwoFlashLight)(part2) : Remove unuse class
by
zgh149
18 10 月, 2015
0
(Source Code: https://github.com/testfoxx/TwoFlashLight......
Refactoring
重構專案紀錄(TwoFlashLight)(part1) : Rename Package
by
zgh149
16 10 月, 2015
0
(Source Code: https://github.com/testfoxx/TwoFlashLight......
Refactoring
重構專案紀錄(TwoFlashLight)
by
zgh149
15 10 月, 2015
0
Two Flash Light 是我在多年前寫的小型Android project,當初寫的時間很趕加上也沒什......
Android
,
Uncategorized
Android emulator Management
by
zgh149
15 10 月, 2015
0
1.查詢可使用的android version 開啟Terminal並使用 android sdk 中的too......
19
20
21
22
23