All posts by: zgh149

Add UI Layout by java code

一般產生 Layout 的作法大多數是使用 xml 來達成,但在一些特殊情況下必須在 java code 建立......

Android Error : The specified child already has a parent. You must call removeView() on the child's parent first.

Description: 當一個child view已經被加到A parent view,若有另一個B par......

Android Handler Thread

相較於實作基本的訊息傳送機制(Handler + Looper + Message) ,Android 有另一......

Android Worker Thread Advanced

在上篇 Android Looper + Handler + Message + MessageQueue(W......

Android Looper + Handler + Message + MessageQueue

本篇紀錄如何在Android中使用 Handler + Looper + Message + Queue。 為......

Example: Replace Parameter with explicit methods(使用明確的方法取代參數)

當長if-else或是switch出現在方法內時通常代表該方法做了一件以上的事。   為了保持方法簡......

Create Test Case for android project(Step by Step)

官網教學,參考 https://developer.android.com/training/testing.......

使用 Adapter 封裝未完成類別(unfinished class)

Adapter Pattern 將類別的介面轉換成另一個介面,使得原本不相容的類別可以互相一起工作。 使用的情......

Shot For People Walking On Clean Modern Street

It’s no secret that the digital industry is booming. Fr......

Refactoring example : GameMap

在上篇介紹如何建立 android test project 並成功運行 test case 之後,本篇開始介......