iT邦幫忙

鐵人檔案

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

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

連續30天Android Kotlin實作

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

Android Kotlin 實作 Day 1 : Tap Counter ( 使用自定義 Menu )

使用語言 Kotlin 使用物件 TextView Button Menu xml資源檔配置 一個 Layout 含 TextView 及 But...

2018-10-16 ‧ 由 小魚-Aria 分享
DAY 2

Android Kotlin 實作 Day 2 : Discount ( 使用 Seekbar + Keyboard )

Day 2 : Discount(Seekbar+TextWatcher) 使用語言 Kotlin 使用元件 TextView EditText See...

2018-10-17 ‧ 由 小魚-Aria 分享
DAY 3

Android Kotlin 實作 Day 3 : Image picker ( 使用 Permission+ FileProvider + Intent)

使用語言 Kotlin 使用元件 ImageView Button xml資源檔配置 自定義 Button 樣式 <shape xmlns:a...

2018-10-18 ‧ 由 小魚-Aria 分享
DAY 4

Android Kotlin 實作 Day 4 : Scalable_ImageView( 使用MotionEvent + 座標系統 )

使用語言 Kotlin 使用元件 ImageView Method OnTouchListener 手指觸控螢幕時觸發 moveImage.setOn...

2018-10-19 ‧ 由 小魚-Aria 分享
DAY 5

Android Kotlin 實作 Day 5 : WebView_Search(使用 WebView+Keyboard)

使用語言 Kotlin 使用元件 WebView Method WebViewClient 無設置 WebViewClient: WebView...

2018-10-20 ‧ 由 小魚-Aria 分享
DAY 6

Android Kotlin 實作 Day 6 : ImageList(RecyclerView + LayoutInflater)

使用語言 Kotlin 使用元件 ImageView TextView RecyclerView Layout 準備 一個主 layout 包含一個...

2018-10-21 ‧ 由 小魚-Aria 分享
DAY 7

Android Kotlin 實作 Day 7_MyLocation(上)(導入GoogleMap + API Key 取得及使用)

使用語言 Kotlin 使用元件 Button Fragment(導入 Google Map 時自動導入) 導入 Google Map 建立 Goog...

2018-10-22 ‧ 由 小魚-Aria 分享
DAY 8

Android Kotlin 實作 Day 7_MyLocation(下)(GoogleMap相機、標記+SnackBar+定位服務)

<< 接續上篇 Method Permission 在 AndroidManifest 中加入 <uses-permission and...

2018-10-23 ‧ 由 小魚-Aria 分享
DAY 9

Android Kotlin 實作 Day 8:BottomNavigation(上)(Fragment 生命週期與載入)

使用語言 Kotlin 使用元件 ImageView TextView menu BottomNavigationView Fragment Layou...

2018-10-24 ‧ 由 小魚-Aria 分享
DAY 10

Android Kotlin 實作 Day 8:BottomNavigation(中)(Fragment Class 與 FragmentManager)

<< 接續上篇 Method 自定義 Fragment 打開前面導入時建立好的 Frgament.kt 檔會看到已經有一個建立好並繼承 Fragm...

2018-10-25 ‧ 由 小魚-Aria 分享