What you think is what you get

Posts filed under: Uncategorized

Lifecycle-Aware Components

什麼是 Lifecycle-aware Components? Lifecycle-ware componen......

Android Architecture Components

什麼是 Android Architecture Components Android Architectur......

Android Jetpack (噴射背包)

什麼是 Android Jetpack? Android Jetpack 是一系列軟體元件的組合,透過這些元件......

ViewModel 基本紀錄(Android Architecture Component)

Overview ViewModel 為 Android Architecture Component 其中一......

LiveData 基本紀錄(Android Architecture Component)

LiveData 為 Android Architecture Component 其中之一,主要用途為持有可......

Gson 搭配 Gsonformat 基本使用紀錄

Gson 為 Google 所有,可將 JSON 內容和 java object 互相轉換的開源函式庫。 最大......

OKHttp 基本使用紀錄

OKHttp 是支援 HTTP & HTTP/2 的開源框架,透過它可以很方便發送 HTTP 請求。 ......

Arrays.binarySearch 直接使用於 android resource 的問題

為了方便使用陣列常常會直接在array.xml中宣告2個互相對應的陣列 e.g., <string-ar......

PhotoView 使用介紹

PhotoView 是一個開源函式庫,主要提供圖片縮放處理,預設已提供兩指縮放,雙擊放大等等基本的手勢功能。 ......

RecyclerView 基本使用架構

這個基本使用架構主要套用MVP Patterrn,架構中包含1個顯示在V(Activity)的Recycler......