I have project:
Activity with 2 dynamically added fragments
Fragment#1 that is a list of objects (using listView and adapter), when user click on list item here comes Fragment#2
Fragment#2 that is a description of an object. Here i want to use FragmentPager to simple change objects
I have tried to use that solution but in my opinion I have to use it in fragment (not in Activity as example shows)... or in adapter?? i don't know...
How Can I do that?