Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to create listview with categories/segments?

i want to create listview in android with following scenario

Heading Category 1

item 1 item 2 item 3

Heading Category 2

item 1 item 2

Heading Category 3 item 1

and so on.

any one guide me how to achieve this? any help would be appreciated.

like image 908
UMAR-MOBITSOLUTIONS Avatar asked Nov 06 '22 04:11

UMAR-MOBITSOLUTIONS


1 Answers

A part of the answer is there : http://developer.android.com/resources/tutorials/views/index.html

see also there : Android listview groups

like image 121
ykatchou Avatar answered Nov 14 '22 21:11

ykatchou