HAYU's Blog

求大佬帶我飛

0%

使用 Kotlin 按下 Button 處發函式 [Android Studio with Kotlin]

  • 先在 layout 的 .xml 拉好 Button
  • 建立一個 fun YourFunName(view: View){}
  • GUI 中 Button 的 onclick 指定到這個函式
  • 以後按下 button 這個函示就會被呼叫

推薦閱讀: 使用-Kotlin-控制-TextView-Android-Studio-with-Kotlin
參考資料: Day 8 Android in Kotlin: Button 點擊監聽器