分類: android
-
Funny vote APP -MVP 更新雜記

好一陣子忘記要更新一下 blog,沒想到好不容易建立的開發習慣也會忘記,可見怠惰真的開發的源頭啊…
-
Funny Vote 開發雜記

基於 blog 的主旨『Something Record』,這次來寫一下自己的 Android side pr…
-
Android issue – UI佈局被鍵盤擋住
其實這問題我也不知道有人看得懂嗎?不過出於自我紀錄的 blog 的概念,寫寫看。主要就是當你輸入 EditTe…
-
Android AppIntro Proguard issue.
https://github.com/apl-devs/AppIntro 算是使用網路現成的 introduc…
-
Android issue – Avoid non-default constructors in fragments
本篇重點 我遇到了 non-default constructors in fragments: use …
-
Retrofit 2 — How to Upload Files and Parameter list to Server
Retrofit 2 一個久聞大名的網路操作框架,基於 OKHTTP3 在包裝,用起來挺舒爽的,之前都是使用 …
-
Android ButterKnife introduction
Android 寫久了,大家總會有一些定番的起手式,像之前就介紹過不少方便的 lib ,但仔細想想好像從沒有提…
-
GreenDao 3 Introduction
首先先來一張 GreenDao 3 官方的自吹自擂,雖然看起來跟 GreenDao 2 差不多,就是尬爆其他目…
-
Android Nougat introduction (一)
雖然 Android N Preview 從 Google I/O 五月大會就釋放出來,但是一直找不到機子來玩…
-
How to use RecyclerView inside NestedScrollView?
如何在 NestedScrollView 內遷入 RecyclerView ? 上面的圖,是最終完成的畫面。 …