Skip to content

Instantly share code, notes, and snippets.

@IhwanID
Created July 11, 2019 04:44
Show Gist options
  • Select an option

  • Save IhwanID/32cd7efa63c0afc9348ca8cd2986ba10 to your computer and use it in GitHub Desktop.

Select an option

Save IhwanID/32cd7efa63c0afc9348ca8cd2986ba10 to your computer and use it in GitHub Desktop.
Hide the keyboard Android kotlin
// Hide the keyboard.
val imm = getSystemService(Context.INPUT_METHOD_SERVICE) as InputMethodManager
imm.hideSoftInputFromWindow(view.windowToken, 0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment