Hide soft keyboard on activity without any keyboard operations?

Try this in 3rd line of your code: imm. DeSoftInputFromWindow(view. GetApplicationWindowToken(), 0).

Place this inside the manifest for your activity: android:windowSoftInputMode="statedden" This is a common question, and it is great to finally find out that the framework actually handles this very nicely.

I have a tabbed view with one Activity per tab, and when I switch from the first tab, which has a TextView, to the second tab, which only shows a clickable list, the soft keyboard is still there. But this does not work, because there is no relevant view to provide, as there is no View on the screen that takes keyboard input. Any suggestions on how to solve this?

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions