Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

How to hide Soft Keyboard when activity starts

super.onCreate(savedInstanceState);
setContentView(R.layout.addtocart);
getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_STATE_HIDDEN);




This post first appeared on DHARAMENDRA KUMAR MISHRA, please read the originial post: here

Share the post

How to hide Soft Keyboard when activity starts

×

Subscribe to Dharamendra Kumar Mishra

Get updates delivered right to your inbox!

Thank you for your subscription

×