Tuesday, 24 July 2012

Hi All

How to Stop Soft Keyboard showing automatically.

Add this line oncreate()

//hide Soft keyboard showing automatically.
getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_STATE_HIDDEN);

Enjoy.


No comments:

Post a Comment