Android : Softkeyboard open listener in an activity in Android

on Saturday, August 9, 2014


I have Activity where there are 5 EditText. When user click on first EditText then soft keyboard open to enter some value in it. I want to set the some other View visibility to Gone when soft keyboard open when user click on first EditText and when soft keyboard close from same EditText then I want to set the some other View visibility to visible.


Is there any listener or callback or any hack when soft keyboard open on click on first EditText in Android ?


Thanks in advance.


0 comments:

Post a Comment