[問題] 新手提問
大家好小弟新手 目前透過Udemy自學 Android
目前在做一個 Counter 的小程式 程式碼如下
有幾個疑問想要提問
fun countMe (view: View) {
括號內的(view: View) 的意義是??
不宣告的話app 又會crash
// Get the text view.
val showCountTextView = number
// Get the value of the text view.
val countString = showCountTextView.text.toString()
//Convert value to a number and increment it
var count: Int = Integer.parseInt(countString)
count++
// Display the new value in the text view.
showCountTextView.text = count.toString()
.text 的意思是宣告showCountTextView 是字串嗎?
}
fun reSet (view: View) {
// Get the text view.
val showCountTextView = number
//Convert value to 0
val zeroing = 0
// Display the new value in the text view.
showCountTextView.text = zeroing.toString()
}
這個功能的目的是要讓數字歸零,已修改讓他更簡潔。有更直接的做法嗎?
例如讓number 這個TextView 直接等於零?
謝謝大家!
--
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 121.254.76.49
※ 文章網址: https://www.ptt.cc/bbs/AndroidDev/M.1530687721.A.3F1.html
→
07/04 16:36,
6年前
, 1F
07/04 16:36, 1F
推
07/04 16:39,
6年前
, 2F
07/04 16:39, 2F
→
07/04 16:39,
6年前
, 3F
07/04 16:39, 3F
→
07/04 16:40,
6年前
, 4F
07/04 16:40, 4F
→
07/04 16:40,
6年前
, 5F
07/04 16:40, 5F
→
07/04 16:41,
6年前
, 6F
07/04 16:41, 6F
→
07/04 16:41,
6年前
, 7F
07/04 16:41, 7F
→
07/04 16:41,
6年前
, 8F
07/04 16:41, 8F
→
07/04 21:26,
6年前
, 9F
07/04 21:26, 9F
→
07/04 21:26,
6年前
, 10F
07/04 21:26, 10F
→
07/05 01:24,
6年前
, 11F
07/05 01:24, 11F
謝謝以上大大回覆,這兩個功能都是在XML 直接設定onClick沒錯。
因為一開始學Kotlin,但書上的東西對我來說太虛幻了。
所以我想透過做中學,才會遇到這麼基礎的問題卻想不出來。
接下來會惡補一下,基礎的部分。再次感謝大大們的回覆。得到很好的解答。
※ 編輯: bemaduro (121.254.76.49), 07/05/2018 11:16:12
→
07/05 12:16,
6年前
, 12F
07/05 12:16, 12F
推
07/05 13:00,
6年前
, 13F
07/05 13:00, 13F
→
07/05 13:00,
6年前
, 14F
07/05 13:00, 14F
→
07/05 13:00,
6年前
, 15F
07/05 13:00, 15F
→
07/05 15:25,
6年前
, 16F
07/05 15:25, 16F
AndroidDev 近期熱門文章
PTT數位生活區 即時熱門文章