tags:

views:

80

answers:

1

Hi ,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

+1  A: 

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

pivotnig