標籤: android
-
Funny Vote 開發雜記

基於 blog 的主旨『Something Record』,這次來寫一下自己的 Android side pr…
-
Android issue – UI佈局被鍵盤擋住
其實這問題我也不知道有人看得懂嗎?不過出於自我紀錄的 blog 的概念,寫寫看。主要就是當你輸入 EditTe…
-
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 在包裝,用起來挺舒爽的,之前都是使用 …
-
GreenDao 3 Introduction
首先先來一張 GreenDao 3 官方的自吹自擂,雖然看起來跟 GreenDao 2 差不多,就是尬爆其他目…
-
How to use RecyclerView inside NestedScrollView?
如何在 NestedScrollView 內遷入 RecyclerView ? 上面的圖,是最終完成的畫面。 …
-
React Native 學習筆記
官方網站 : React Native 中文版:React Native cn 簡單問答: Q:React N…
-
Android google analyze 使用教學(一) 初始化
『Google Analytics (分析) 可讓您評估行動網站、應用程式,以及可上網的行動裝置 (高階和基本…
-
Java reflection in Android -fast scroll bar in list view / dynamic load apk.
雖然最近並沒有找工作,但是看了一本書『Android 工程師面試寶典』,主要是因為這是一本充滿小技巧的技術書,…
-
Naming threads and thread pools of ExecutorService
如何替 ExecutorService 所管理的 thread 設定一個自己看得爽的名子 其實這是一件很重要的…