I am new to Android Dev and I am looking to implement an app which operates similar to the facebook app (i.e. a menu on the left). If a menu item is tapped, a view slides in from the right. From what I have read, it would appear that I need to use:
- A horizontal scrollview containing the menu view (master) and the selected view (detail)
- The menu view and the selected view should be list views
Would this be the right approach to achieve this UI, or is there a better approach?