Reputation: 3766
In my application i want soft keyboard when emulator is in landscape mode only.if mobile is in portrait mode i want to use keyboard which was designed by me, give me some suggestions for this.Thanks in advance
Upvotes: 2
Views: 347
Reputation: 20764
have a look at InputMethodManager, it will request to hide the soft input window from the context of the window that is currently accepting input
Upvotes: 1