I have an activity A that just had buttons on it. One of the buttons starts a new activity B that does have a textbox on it.
But if I click the back key while the keyboard is being displayed on B, when the screen re-displayes A, the keyboard is still displayed even though A has not text boxes on it.
Do I really need to do create the IME object for every activity that uses a keyboard, then do a IME.Hidekeyboard in B's Activity_Pause sub to prevent this from happening?
I would think such housekeeping should be handled automatically by the OS?
But if I click the back key while the keyboard is being displayed on B, when the screen re-displayes A, the keyboard is still displayed even though A has not text boxes on it.
Do I really need to do create the IME object for every activity that uses a keyboard, then do a IME.Hidekeyboard in B's Activity_Pause sub to prevent this from happening?
I would think such housekeeping should be handled automatically by the OS?