Pramod J George
Pramod J George

Reputation: 1723

Nested Fragment Implementation

I have declared an activity with three fragments inside a viewpager. Now I want to call another fragment from third fragment. Is there any way to implement this

Upvotes: 1

Views: 45

Answers (1)

Neil
Neil

Reputation: 664

In the third fragment,getFragmentManager().findFragmentByXX()

Upvotes: 1

Related Questions