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
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......
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操作,這也是當初......
Uncategorized
Room (Persistence Library) 使用紀錄
by
zgh149
10 9 月, 2018
3
Room 為 Android 官方推薦的 ORM 框架,該框架封裝了 SQLite 為底層並提供高層介面以方便......
Uncategorized
android 裝置開機後收到廣播通知(BootUpReceiver)
by
zgh149
3 9 月, 2018
0
一般要收到系統的廣播通知都是類似的做法。 1.首先建立要接收系統開機完成廣播通知的Receiver impor......
Uncategorized
使用 RingtoneManager 播放提示音(NOTIFICATION),鬧鐘(ALARM),來電鈴聲(RINGTONE)
by
zgh149
3 9 月, 2018
0
1.播放預設的提示音 public static void playDefaultNotification(C......
Uncategorized
Android Get MIME Type and open File by Intent
by
zgh149
18 6 月, 2018
0
取得MIME之後再搭配Intent即可根據MIME Type開啟應用程式。 public static Str......
Uncategorized
Android layout支援多尺寸螢幕
by
zgh149
18 6 月, 2018
0
詳細內容參考官方網站 https://developer.android.com/guide/practice......
2
3
4
5
6