Reputation: 134
What should i use; WindowInsets or InputMethodManager to show and hide the soft keyboard in android? Which is the right way of doing the cited task, without compromising the app performance?
I want the keyboard show and hide to be smooth.
Upvotes: 0
Views: 134
Reputation: 520
Go with InputMethodManager. I am using that in production. Did not face any performance issue.
Upvotes: 1