RAJESH SAHU
RAJESH SAHU

Reputation: 134

WindowInsets vs InputMethodManager!! Right way to show and hide softkey in android

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

Answers (1)

Parmesh
Parmesh

Reputation: 520

Go with InputMethodManager. I am using that in production. Did not face any performance issue.

Upvotes: 1

Related Questions