I want a three column pane layout like Yatra.com app in which the sliding pane can slide from either left or right side. But SlidingPaneLayout only accepts two panes. When I try to put three fragments in there it doesn't show anything at all.
I tried changing the Sliding Pane Fragment with another view, but the solution is hacky and it doesn't slide from right at all. I got successful in having three panes using NavigationDrawer, but I don't want the pane to overlay the Main Fragment.
My question is, is it possible to have three panes using SLidingPaneLayout or should I try something else. If it's possible how can it be achieved? Am I missing something?