How to end input when I just end inputting in on of 10 EditTexts i in Android? -
there 10 edittexts.when input these edittexts, softinputkeyboard shows "next" , @ last edittext shows "done".i can not hide softinputkeyboard until finish inputting of them. however, want hide softinputkeyboard when end inputting 1 of these edittext.so how this?
do write following in activity oncreat() :
this.getwindow().setsoftinputmode(windowmanager.layoutparams.soft_input_state_always_hidden);
and problem solve. may you. if yes upvote , accept answer.
Comments
Post a Comment