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?