Android Soft Keyboard hidden

Source: Internet
Author: User

If you can see this blog post, then I believe you have consulted a lot about the hidden soft keyboard and other articles, but also believe that you and I do not find an effective way to solve the problem.

The problem is that I opened a soft keyboard in someone else's activity interface, and when the activity finished, the soft keyboard was not hidden in my interface.

I read this man's blog http://blog.csdn.net/h7870181/article/details/8332991

Can't hide at all ~

So, another article: http://www.cnblogs.com/brainy/archive/2012/05/24/2516923.html

A big brother in the following thread gave the answer.

That is, first add GetWindow () in the OnCreate () method. Setsoftinputmode (WindowManager.LayoutParams.SOFT_INPUT_STATE_ALWAYS_HIDDEN);

used in the Current Activity ((Inputmethodmanager) Getsystemservice (Input_method_service)). Hidesoftinputfromwindow (   WidgetSearchActivity.this.getCurrentFocus (). Getwindowtoken (), inputmethodmanager.hide_not_always); that can hide the pop-up soft keyboard, no need to change the layout of the ~

If this post solves your problem, please don't be stingy, thank you.

here is [email protected], welcome to Exchange.

I original works, reproduced please indicate the source.



Android Soft Keyboard hidden

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.