iT邦幫忙

鐵人檔案

2019 iT 邦幫忙鐵人賽
回列表
Software Development

英國研究顯示,連續30天用Kotlin開發Android將有益於身心健康 系列

連續30天Android Kotlin實作

鐵人鍊成 | 共 30 篇文章 | 33 人訂閱 訂閱系列文 RSS系列文 團隊好想工作室第二屆鐵人賽
DAY 21

Android Kotlin 實作 Day 13:LocalStorage(SharedPreferences)

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

2018-11-05 ‧ 由 小魚-Aria 分享
DAY 22

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

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

2018-11-06 ‧ 由 小魚-Aria 分享
DAY 23

Android Koltin 實作 Day 15:Notification(Notification)

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

2018-11-07 ‧ 由 小魚-Aria 分享
DAY 24

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

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

2018-11-08 ‧ 由 小魚-Aria 分享
DAY 25

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

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

2018-11-09 ‧ 由 小魚-Aria 分享
DAY 26

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

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

2018-11-10 ‧ 由 小魚-Aria 分享
DAY 27

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

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

2018-11-11 ‧ 由 小魚-Aria 分享
DAY 28

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

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

2018-11-12 ‧ 由 小魚-Aria 分享
DAY 29

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

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

2018-11-13 ‧ 由 小魚-Aria 分享
DAY 30

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

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

2018-11-14 ‧ 由 小魚-Aria 分享