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
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(......
Android
Activity 生命週期紀錄
by
zgh149
8 4 月, 2019
0
概要: 生命週期主要包含 6 種狀態: onCreate, onStart, onResume, onPaus......
Android
OKHttp 使用注意
by
zgh149
1 4 月, 2019
0
1.若想在 Callback 中修改畫面(包含產生 Dialog, Toast 等等),必須使用 runonU......
Android
在裝置上產生 2 個相同的啟動圖示
by
zgh149
7 3 月, 2019
0
情境: 安裝 App 後在裝置上產生 2 個該 App 的啟動圖示 原因: 通常是在 Andro......
Android
Android Studio 在專案中引用 AAR
by
zgh149
6 3 月, 2019
0
使用 Android Studio 並在專案中引用 AAR,需要 2 個步驟 1.把要使用的 AAR 檔拷貝到......
Android
在 Activity 中判斷滑動手勢
by
zgh149
5 3 月, 2019
0
在 Activity 判斷滑動手勢主要是透過 View.OnTouchListener 和 GestureDe......
Android
,
Uncategorized
android.util.Log 列印訊息內容太多無法完全顯示
by
zgh149
4 3 月, 2019
0
使用 android.util.Log 列印訊息時,若訊息內容太多就會出現無法完全顯示訊息內容的情況。 解決的......
8
9
10
11
12