Skip to content
What you think is what you get
What you think is what you get
Home
Posts
About Me
Home
Posts
About Me
Follow on
linkedin
Follow on
github
Follow on
twitter
Follow on
facebook
Follow on
instagram
What you think is what you get
Home
Posts
About Me
Posts filed under: Uncategorized
Uncategorized
Uncategorized
Lifecycle-Aware Components
by
zgh149
29 10 月, 2018
2
什麼是 Lifecycle-aware Components? Lifecycle-ware componen......
Uncategorized
Android Architecture Components
by
zgh149
26 10 月, 2018
3
什麼是 Android Architecture Components Android Architectur......
Uncategorized
Android Jetpack (噴射背包)
by
zgh149
26 10 月, 2018
2
什麼是 Android Jetpack? Android Jetpack 是一系列軟體元件的組合,透過這些元件......
Uncategorized
ViewModel 基本紀錄(Android Architecture Component)
by
zgh149
12 10 月, 2018
1
Overview ViewModel 為 Android Architecture Component 其中一......
Uncategorized
LiveData 基本紀錄(Android Architecture Component)
by
zgh149
9 10 月, 2018
3
LiveData 為 Android Architecture Component 其中之一,主要用途為持有可......
Uncategorized
Gson 搭配 Gsonformat 基本使用紀錄
by
zgh149
1 10 月, 2018
0
Gson 為 Google 所有,可將 JSON 內容和 java object 互相轉換的開源函式庫。 最大......
Uncategorized
OKHttp 基本使用紀錄
by
zgh149
28 9 月, 2018
0
OKHttp 是支援 HTTP & HTTP/2 的開源框架,透過它可以很方便發送 HTTP 請求。 ......
Uncategorized
Arrays.binarySearch 直接使用於 android resource 的問題
by
zgh149
26 9 月, 2018
0
為了方便使用陣列常常會直接在array.xml中宣告2個互相對應的陣列 e.g., <string-ar......
Uncategorized
PhotoView 使用介紹
by
zgh149
18 9 月, 2018
0
PhotoView 是一個開源函式庫,主要提供圖片縮放處理,預設已提供兩指縮放,雙擊放大等等基本的手勢功能。 ......
Uncategorized
RecyclerView 基本使用架構
by
zgh149
17 9 月, 2018
0
這個基本使用架構主要套用MVP Patterrn,架構中包含1個顯示在V(Activity)的Recycler......
1
2
3
4
5