Jul 25, 2017 · 1 min read
So, I guess I’m the only one, but the first extension function needs some help
fun EditText.asString(): String {
return text.toString()
}Now it is handsome!
So, I guess I’m the only one, but the first extension function needs some help
fun EditText.asString(): String {
return text.toString()
}Now it is handsome!