How to detect the status of android soft-keyboard programmatically(whether it is hidden or shown).
Asked
Active
Viewed 2,038 times
2
-
2A possible duplicate of http://stackoverflow.com/questions/2150078/how-to-check-visibility-of-software-keyboard-in-android – ozbek Jul 05 '13 at 13:54
-
Android has no API for keyboard check. Try sth with boolean and keyback – Oli Jul 05 '13 at 13:55
-
I tried ViewTreeObserver() method.. Is there anyother easy way. – ramkumar5035 Jul 05 '13 at 13:58