I was using `EditText` and I had `addTextChangedLi...
# android
r
I was using
EditText
and I had
addTextChangedListener
. I switched to
TextInputEditText
and I can't find the listener now!
s
If you are talking about the method
addTextChangedListener
, it is right there.
r
Maybe it's an IDE issue.. Lemme restart my IDE
It's not there
s
Can you run
./gradlew clean assembleDebug
See if you get any errors there.
r
FAILURE: Build failed with an exception.
s
That is weird man. TextInputEditText inherits from AppCompatEditText. It just has that method. Can you show me your xml just once where you have declared this edit text.
r
yeah I am looking at the documentation now
I did findViewbyID and made type EditText
it's working
but i'ts so weird