คำถามติดแท็ก anko

11
Kotlin addTextChangeListener แลมด้า?
คุณสร้างนิพจน์แลมบ์ดาสำหรับ EditText addTextChangeListener ใน Kotlin ได้อย่างไร ด้านล่างแสดงข้อผิดพลาด: passwordEditText.addTextChangedListener { charSequence -> try { password = charSequence.toString() } catch (error: Throwable) { raise(error) } }
109 android  kotlin  textview  anko 
โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.