Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to add Header to List View In Android [closed]

Just as title... I am new. Could someone give me some easy examples, Thank you!

like image 988
AmyWuGo Avatar asked May 24 '12 02:05

AmyWuGo


2 Answers

There are so many ways of adding Headers to list view

  1. For Sticky Header, check this.

  2. For Android Categorized listview with heading, check this this.

  3. You can find source code at this

  4. For android-amazing-listview, check this

These are the examples of Different types of list view.

like image 99
Ram kiran Pachigolla Avatar answered Sep 18 '22 10:09

Ram kiran Pachigolla


Some of the examples are:

  1. Android ListView Example

  2. ListView with headers above sections

AND it's important to read the API first.

if you like to have another example, a simple google search would do. :)

like image 34
CMA Avatar answered Sep 21 '22 10:09

CMA