I have a Viewpager that uses a FragmentStatePagerAdapter and loads fragments with cursorloader. Everything is working fine but the problem is I cannot swipe the left(move backwards) from the item I selected from the listview.

Update:

The above picture clearly depicts the actual scenario of my usecase. When I click on 3rd item of listview the details will be appeared in fragment of viewpager in activity B. I can able swipe right to check further items in the list and go back to the item which I have selected but I cannot go back beyond 3rd item in viewpager.

0

There are 0 answers