· 8 years ago · Aug 06, 2018, 07:46 AM
1How can i add the gmail.com after @ if i press the g ? in Email Edittext box
2textMessage.addTextChangedListener(new TextWatcher(){
3 public void afterTextChanged(Editable s) {
4
5 }
6 public void beforeTextChanged(CharSequence s, int start, int count, int after){}
7 public void onTextChanged(CharSequence s, int start, int before, int count){}
8 });