EditText with an helpper tooltip
问题 I have this app on iphone and I want to make it for android,on iphone when start edit text in a EditText a tooltip with a message is showing in the top of display,i want to make it work for android too,but i didn't find anything that help,here is a link with iphone printscreen http://www.codemyworld.com/edi/Android/IMG_0022.PNG 回答1: @Override public void onTextChanged(CharSequence cs, int arg1, int arg2, int arg3) { //your code here //showtooltip(); } @Override public void beforeTextChanged