Home
Posts
About Me
What you think is what you get
Home
Posts
About Me
Menu
All posts by: zgh149
zgh149
Android
,
Uncategorized
Add UI Layout by java code
by
zgh149
8 7 月, 2015
0
一般產生 Layout 的作法大多數是使用 xml 來達成,但在一些特殊情況下必須在 java code 建立......
Android
Android Error : The specified child already has a parent. You must call removeView() on the child's parent first.
by
zgh149
2 7 月, 2015
0
Description: 當一個child view已經被加到A parent view,若有另一個B par......
Android
,
Uncategorized
Android Handler Thread
by
zgh149
23 6 月, 2015
0
相較於實作基本的訊息傳送機制(Handler + Looper + Message) ,Android 有另一......
Android
,
Uncategorized
Android Worker Thread Advanced
by
zgh149
12 6 月, 2015
1
在上篇 Android Looper + Handler + Message + MessageQueue(W......
Android
,
Uncategorized
Android Looper + Handler + Message + MessageQueue
by
zgh149
12 6 月, 2015
0
本篇紀錄如何在Android中使用 Handler + Looper + Message + Queue。 為......
Refactoring
Example: Replace Parameter with explicit methods(使用明確的方法取代參數)
by
zgh149
11 6 月, 2015
0
當長if-else或是switch出現在方法內時通常代表該方法做了一件以上的事。 為了保持方法簡......
Android
Create Test Case for android project(Step by Step)
by
zgh149
28 5 月, 2015
0
官網教學,參考 https://developer.android.com/training/testing.......
Design Pattern
使用 Adapter 封裝未完成類別(unfinished class)
by
zgh149
26 5 月, 2015
0
Adapter Pattern 將類別的介面轉換成另一個介面,使得原本不相容的類別可以互相一起工作。 使用的情......
+
Photograph
Shot For People Walking On Clean Modern Street
by
zgh149
17 5 月, 2015
0
It’s no secret that the digital industry is booming. Fr......
Refactoring
Refactoring example : GameMap
by
zgh149
14 5 月, 2015
0
在上篇介紹如何建立 android test project 並成功運行 test case 之後,本篇開始介......
21
22
23
24
25