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
All posts by: zgh149
zgh149
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......
+
Google Cloud Platform
Google Cloud Source Repositories 如何將本地端已存在的 Repo 推送到遠端
by
zgh149
25 9 月, 2018
0
Situation : 本地端已存在 git repo,現在想將本地端的 git repo 推送到遠端的新 r......
+
Google Cloud Platform
Google Cloud Source Repositories 試用紀錄
by
zgh149
25 9 月, 2018
0
2021/11/19 更新 GCSR的入口不好找,首先進入 Google Cloud Platform,點擊左......
wordpress
同步 WordPress 發文到 Google Blogger
by
zgh149
19 9 月, 2018
0
由於之前發文主要在Blogger,目前已改至WordPress。 現在的需求是在WordPress發文後也同步......
Uncategorized
PhotoView 使用介紹
by
zgh149
18 9 月, 2018
0
PhotoView 是一個開源函式庫,主要提供圖片縮放處理,預設已提供兩指縮放,雙擊放大等等基本的手勢功能。 ......
Uncategorized
RecyclerView 基本使用架構
by
zgh149
17 9 月, 2018
0
這個基本使用架構主要套用MVP Patterrn,架構中包含1個顯示在V(Activity)的Recycler......
Uncategorized
使用AlarmManager建立定時廣播通知並透過BroadcastReceiver接受廣播通知
by
zgh149
10 9 月, 2018
0
1.使用AlarmManager建立或取消定時廣播 首先必須先建立定時廣播的時間 private static......
Uncategorized
FinalDB 使用紀錄
by
zgh149
10 9 月, 2018
0
FinalDB 為 Android orm 框架其中一種,其最大的好處在於能夠一行完成CRUD操作,這也是當初......
11
12
13
14
15