then you do this ```text.textChangedListener { ...
# android
d
then you do this
Copy code
text.textChangedListener {
            afterTextChanged { 
                
            }
        }