第十屆

software-dev
英國研究顯示,連續30天用Kotlin開發Android將有益於身心健康
小魚-Aria

系列文章

DAY 21

Android Kotlin 實作 Day 13:LocalStorage(SharedPreferences)

使用語言 Kotlin 使用元件 EditText TextView Button Method SharedPreferences 簡單的本地儲存方...

DAY 22

Android Kotlin 實作 Day 14:Ball(Property Animation+Interpolator)

使用語言 Kotlin 使用元件 EditText TextView Button Animation 簡介 Android 提供了三種動畫類型:...

DAY 23

Android Koltin 實作 Day 15:Notification(Notification)

使用語言 Kotlin 使用元件 Button Method: 這次實作主要為使用 Notification 由系統發出通知,向使用者顯示通知訊息。...

DAY 24

Android Kotlin 實作 Day 16:PushMessaging(上)(FCM+FirebaseMessagingService)

使用語言 Kotlin Method: 連接 Firebase 並載入 FCM 因為這次實作為從 Firebase 發送通知至 APP因此必須先將專案連結...

DAY 25

Android Kotlin 實作 Day 16:PushMessaging(中)(LocalBroadcastManager+BroadcastReceiver)

<< 接續上篇 Method LocalBroadcastManager 用來管理及發送廣播 getInstance 實例化出 LocalBro...

DAY 26

Android Kotlin 實作 Day 16:PushMessaging(下)(AlertDialog+發送 FCM)

<< 接續上篇 Method AlertDialog 一種小型視窗,用來提示使用者資訊或讓使用者輸入所需資訊。 利用 AlertDialog.Bu...

DAY 27

Android Kotlin 實作 Day 17:PullToRequest(SwipeRefreshLayout+CardView)

使用語言 Kotlin 使用元件 ImageView TextView CardView RecyclerView SwipeRefreshLayout...

DAY 28

Android Kotlin 實作 Day 18: SideMenu(Navigation Drawer Activity)

使用語言 Kotlin 使用元件 ImageView TextView DrawerLayout NavigationView CoordinatorLa...

DAY 29

Android Kotlin 實作 Day 19:LittleBirdSound(上)(MediaPlayer)

使用語言 Kotlin 使用元件 ImageView TextView Button ProgressBar Method MediaPlayer 音...

DAY 30

Android Kotlin 實作 Day 19:LittleBirdSound(下)(MediaRecorder)

<< 接續上篇 Method MediaRecorder 錄音器 MediaRecorder 的狀態圖(圖片來源為官方文件) 建立 Me...