Android: Dialog box show soft keyboard automatically when focus is on an EditText not working
问题 Android: show soft keyboard automatically when focus is on an EditText I've read this post that automatically shows the virtual keyboard when a dialog box is shown. however, it's not working for me. any ideas why? eventhough the edit text is automatically on focus when the dialogbox appear, the event doesn't trigger. I've also read the onpostresume answer but I don't know how to apply it. any help is appreciated. final Dialog dialog = new Dialog(ThesisI.this); dialog.setContentView(R.layout