累計文章數 17,823篇
參賽組數 926組
團隊組數 050隊
完賽人數 527 人
記錄學習內容。看網路上大大們的文章和影片,做些紀錄。把這邊當作寫筆記的地方,內容可能有錯誤。以下內容還不太懂。 How to use the Coordinat...
Application vs. Process vs. Thread vs. Coroutine 這些是作業系統( Operation System )中的基礎...
Andorid/Flutter的Dictionary也叫Map Today Preview 使用Flutter版Google Maps 跟 location(...
MediaSession 設定,設定了 PendingIntent,在之後介紹的 Notification 設定會使用到,指定點擊 Notification 要...
SharedPreferences 用來存取簡單類型的數據資料,像是Boolean、String、int,它儲存的格式是xml檔,再利用SharedPrefer...
editText editText就是用來給使用者輸入的,例如登入帳號需要輸入帳號 密碼 驗證碼先展示一下我設計的樣子~ <EditText...