I want to use TextWatcher
(textChangelistener) for a TextView
in android I made a study on that there I came to know that, it is possible to have OnTextChangeListener
for EditText
only. But my TextView
will automatically change according to the changes in the someother EditText
s. so I want to have a OnTextChangedListener
to proceed with further calculations..
can anyone help me doing this!!!!! Thanks in Advance