Hiding keyboard after calling new Activity that shows a ProgressDialog
问题 I'm having trouble with the on screen keyboard. I have an activity with an EditText which shows the keyboard, and a button to go to a second activity. The second activity shows a ProgressDialog on its onCreate() , does stuff, and dismisses the ProgressDialog . The problem is that while the ProgressDialog is displayed, so is the keyboard. I would like the keyboard to disappear before creating the ProgressDialog . I searched thorougly both StackOverflow and other sites, but nothing seems to