第十屆

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

系列文章

DAY 1

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

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

DAY 2

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

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

DAY 3

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

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

DAY 4

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

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

DAY 5

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

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

DAY 6

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

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

DAY 7

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

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

DAY 8

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

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

DAY 9

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

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

DAY 10

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

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