
I'm trying to implement a user interface like above and looking for a good tutorial to or code sample to learn it. Can someone help me to get this done
|
I'm trying to implement a user interface like above and looking for a good tutorial to or code sample to learn it. Can someone help me to get this done |
|||
|
|
|
If you are using Eclipse with ADT installed, you can create a new Activity (or Android Project) and select MasterDetailFlow as the template to be used for that activity. This will contain a Master Detail flow with a simple list of items. EDIT For an advanced list layout, you will need a customized ListView. Examples: |
|||||||||||
|
|
You're going to need to use Fragments. Here's how they work: http://developer.android.com/guide/components/fragments.html |
|||
|
|