Android – About EditText TextWatcher
Hi, Here i am going to discuss about TextWatcher which can be implemented in EditText. What is the purpose of TextWatcher? It is an Interace. It has 3 methods to be overrided whenever it is implemented: afterTextChanged beforeTextChanged onTextChanged Basically, … Continue reading