I am just starting out with Android and I am struggling to familiarize myself with the the views available.
I am working on an app for a tablet where I would ideally have a "split screen", with the left-hand side essentially being a vertical list of items. On selecting an item from the left-hand pane the right hand pane would show details of the thing selected. ( I guess this would be like the email app UI ).
I could build this interface in C# or a web based system - where would you begin on an Android system