Not getting any success with this, any pointer? `...
# anko
s
Not getting any success with this, any pointer?
Copy code
val name: EditText = with(myContext) {
    editText {
        hint = "Name"
    }
}