I'm currently designing the following 2 pane layout and I'm wondering on how to implement it. Link to Wireframe
So far, I made a two pane activity. On the left is a custom ListView fragment. On the right is a detailpane. The detail pane is what I'm having trouble implementing. I don't know how to create a tab view that doesn't use the actionbar and I'm curious if the best way is to use a ton of fragments for the detailpane or just add change the data dynaically. [The reason I don't want to use the action bar is that I'm using it for my Help/Refill buttons]
So what tools/tutorials/advice can anyone recommend in implementing this? Additional information:
- Categories or the Tabs will be based on a JSON array.
- The listview inside the tabs will be filled with items from a JSON array.
Let me know if you need any more information.