I want to add textChangedListener()
on TextInputEditText
. But can't find any of those listeners.
Like editext.addTextChangedListener( new TextWatcher()...)
, is that method available for TextInputEditText
?
If no such listener is available then how to fetch string from TextInputEditText
, while user is writing in it?