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
Design Principle
Open Close Principle (OCP) (開放關閉原則)
by
zgh149
14 7 月, 2015
0
Open-Close Principle(OCP) 定義: 軟體實體(Class, Metho......
Design Principle
Single Responsibility Principle (SRP) (單一責任原則)
by
zgh149
13 7 月, 2015
0
Single Responsibility Principle (SRP) 定義: 對一個類別而......
Android
,
Uncategorized
Android AsyncTask
by
zgh149
10 7 月, 2015
0
相較於 HandlerThread 和 Android Worker Thread(Message+Handl......
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.......
21
22
23
24
25