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 tagged with: Android
Tag: Android
Android
授權處理
by
zgh149
8 8 月, 2019
0
授權處理是什麼? 在某些情況下app對裝置的操作會影響隱私以及安全性等等,因此在app進行這些操作之前必須詢問......
Android
啟動型服務(IntentService)
by
zgh149
7 8 月, 2019
0
IntentService是什麼? IntentService是Service的一種,使用上較為方便簡單。其背......
Android
Error: Default interface methods are only supported starting with Android N (–min-api 24)
by
zgh149
5 7 月, 2019
0
這是在 Android Studio 中套用了 androidx.core 之後出現的問題,build pro......
Android
,
Architectural Pattern
Model in todo-mvp
by
zgh149
29 4 月, 2019
1
概述 透過todo-mvp來說明MVP中的Model todo-mvp 是 Android 官方用來說明 MV......
Android
,
Uncategorized
如何從 adb 啟動 App 並帶參數
by
zgh149
25 4 月, 2019
0
概述 如何從adb啟動App並帶參數 做法 以todo-app為例,使用adb啟動App使用的指令為 adb ......
Android
使用 Stetho 查看實體或虛擬裝置的資料庫內容
by
zgh149
24 4 月, 2019
0
概述 Stetho 為 Facebook 出品的開源 Android 調試工具(官網連結),主要功能有網路抓包......
Android
Error Type 3 in Android Studio
by
zgh149
19 4 月, 2019
0
描述 在 Android Studio 3.3 啟動 App 時出現有關 Error Type 3 的錯誤,可......
Android
,
Architectural Pattern
MVP Pattern in Android
by
zgh149
16 4 月, 2019
1
概述 (關於 MVC Pattern in Android 可以參考這篇,本篇是套用 MVP 於 Androi......
Android
,
Architectural Pattern
MVC Pattern in Android
by
zgh149
12 4 月, 2019
1
概述 (關於 MVC 在 POSA 的說明可以參考這篇,本篇是套用 MVC 於 Android 的描述和實作)......
Android
Activity 的啟動模式(LaunchMode)紀錄
by
zgh149
10 4 月, 2019
0
概述 Activity 的啟動模式主要包含 4 種: Standard(標準模式,預設),SingleTop(......
1
2
3
4