views:

70

answers:

1

Hi, I have been trying to get a specific layout for more than two days now and really struck with it, what am trying to achieve is:

To have a layout like the following

LISTVIEW A

VIEW

LISTVIEW B

VIEW

LISTVIEW C

(VIEWS are basically for headers)

Can any one help to sort out this task?

A: 

You don't need 3 ListViews but a single ListView with a more complex Adapter. Check this question: http://stackoverflow.com/questions/2684022/view-like-androids-contact-screen and follow the advice in the only answer.

Maragues
I got the code from commons ware, but but i am not getting how to run demo ?
Srinivas