-
Android AppIntro Proguard issue.
2017-04-17https://github.com/apl-devs/AppIntro 算是使用網路現成的 introduction lib 所發生的問題。在此簡單筆記一下。此 lib 主要功能就是可以快速做出往右…
-
Retrofit 2 — How to Upload Files and Parameter list to Server
2016-12-30Retrofit 2 一個久聞大名的網路操作框架,基於 OKHTTP3 在包裝,用起來挺舒爽的,之前都是使用 VOLLEY 作為主要工具,各有優缺點,封裝概念不同。對於 Retrofit 上傳檔案不熟…
-
Android ButterKnife introduction
2016-11-30Android 寫久了,大家總會有一些定番的起手式,像之前就介紹過不少方便的 lib ,但仔細想想好像從沒有提過常用的 android studio plug-in ,因此這次就來介紹個實用 plug…
-
GreenDao 3 Introduction
2016-10-31首先先來一張 GreenDao 3 官方的自吹自擂,雖然看起來跟 GreenDao 2 差不多,就是尬爆其他目前所有 ORM Lib 的效能,會這樣說是因為之前就是用 GreenDao 2 作為主要開…
-
Naming threads and thread pools of ExecutorService
2016-02-16如何替 ExecutorService 所管理的 thread 設定一個自己看得爽的名子 其實這是一件很重要的事情,根據 clean code 裡面所提到的,一個好的名子可以幫助你理解程式碼並 deb…
-
Android ORM Library- Green DAO(一) introduction
2015-10-23GreenDao Introduction 『greenDAO is an open source project to help Android developers working with da…
-
Android volley customize request : gzip and gson.
2015-10-14『Volley is an HTTP library that makes networking for Android apps easier and most importantly, faste…