How to hide keyboard automatically in sony xperia using android code?
I am using Textview
and ImageView
displ开发者_开发技巧ay for some things in my layout,I did not
use any EditView
in my latout. But whenever I run my application in sony xperia device, I
got keyboard view, How can i hide keyboard, This problem only appear in sony xperia, How can I solve this problem?
use android:windowSoftInputMode="stateHidden"
for your activity in maifest file.
精彩评论