hide keyboard

  1. J

    Android Question How to Detect Keyboard Hide Event when Keyboard is Shown and Back Button is Pressed

    Hi All, Just as the title suggests, I want to know how to detect a keyboard hide event when you did not press the DONE or ENTER key but instead tapped the BACK button (or swiped BACK) to hide the keyboard. Specifically, I want to resize a custom list view into the available space once the soft...
  2. R

    Android Question Hiding keyboard before opening overflow menu

    Using the AppCompat library (3.52) and this is the text of the manifest file (in case that is relevant): AddManifestText( <uses-sdk android:minSdkVersion="7" android:targetSdkVersion="26"/> android:normalScreens="true" android:smallScreens="true" android:anyDensity="true"/>)...
Top