All posts by: zgh149

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......

合併 Jenkins 和 GitHub for Andriod Project

Jenkins 除了可以和 Local 端專案整合,也可和github一起工作。 這篇紀錄如何整合jenkin......

修改 gerrit 資料庫以更改使用者信件驗證,權限

Descriptoin: 註冊完成gerrit 帳號後,在預設的情況下必須透過 email 來驗證帳號,否則無......

How to setup autojump with zsh

1. git clone autojump git clone https://github.com/joel......