Reputation: 13
I am implementing view pager with different fragments in it. I want to show show keyboard when a specific fragment opens. How can i do this. Thanks in advance.
Upvotes: 1
Views: 123
Reputation: 6239
Add a onPageChangeListener to your view pager and show the keyboard in onPageSelected for the given fragment
Upvotes: 2