3

Is it possible to do sliding among Fragments horizontally as well as vertically in the same FragmentActivity?

Let's say I have 4 fragments A, B, C and D. I want A and B to be able to slide between each other horizontally and A with C or B with D vertically.

Is it even possible? Or is there any other way to achieve this using Fragments?

Ramkrishna Sharma
  • 6,961
  • 3
  • 42
  • 51
Matcoil
  • 890
  • 11
  • 23

1 Answers1

2

I just built a DoubleFragmentViewpager library that should do what you want.

I just tried it myself so maybe it's not that robust but you could give it a try.

If you can afford not using fragments, I also recommand you the juliome10's DoubleViewPager.

Dan Chaltiel
  • 7,811
  • 5
  • 47
  • 92