Notification 是一項很常在程式中使用的功能,可以用來通知使用者一些訊息。 如以下官方圖:
Continue readingAuthor: lugia2491
[Android] 將通知欄的通知收合成群組 GroupSummary
當通知訊息很多時,通知欄的位置就會非常長,甚至影響使用者要看其他APP通知的方便性 所以有個Grou
Continue reading[JavaFx] 修正專案的Language level會一直跑掉的問題
在撰寫Java時,專案會定一個Language level,來支援新的程式語法,例如有時候會這樣寫:
Continue reading[Android] 將Logcat的資訊儲存到本機端
在開發APP的過程中,我們都會用Android Studio的Logcat的功能來做Debug 但若
Continue reading[JavaFx] 參數儲存 Preferences 的使用方式
在JAVAFX中,我們可以使用 Preferences 來儲存程式會使用到的設定值。 這些設定值會儲
Continue reading[Android] Android 10 上寫入檔案時出現 java.io.IOException: Permission denied
在Android 10以前,寫入檔案時只要取得以下權限就可以: <uses-permissio
Continue reading[Android] 背景服務 Service 的建立
在這邊紀錄一下新增一個背景服務所需要的步驟,方便以後快速新增。 1.新增一個Service Clas
Continue reading[Android] 掃描周圍的WiFi訊號
1.新增權限(如果Android版本6.0以上必須實作動態取得權限) <uses-permis
Continue reading[Android] 維持畫面直/橫向
當我們在設計畫面時,畫面越來越複雜的時候,通常直向畫面轉橫向時排版會無法排列,所以都要專門為直向與橫
Continue reading[Android] 使用網路通訊時,出現 not permitted by network security policy 或 not permitted
在Android 9.0後,系統預設將強制走Https協定,如果網址是Http系統就會不給連線。 這
Continue reading