Skip to content Skip to sidebar Skip to footer

Adding Header To Multicolumn Listview In Android

I tried the following question in this forum Adding Header in Listview but the problem is same I've used a linearlayout having three textview as header to my multicolumn listview

Solution 1:

consider using ExpandableListView.

  • It provides a lot of convenience methods when you are dealing with 'sections' in listview.

Post a Comment for "Adding Header To Multicolumn Listview In Android"