6

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

Ram kiran Pachigolla
  • 20,897
  • 15
  • 57
  • 78
AmyWuGo
  • 2,315
  • 4
  • 22
  • 26

2 Answers2

9

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.

Community
  • 1
  • 1
Ram kiran Pachigolla
  • 20,897
  • 15
  • 57
  • 78
1

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. :)

Community
  • 1
  • 1
CMA
  • 2,758
  • 5
  • 28
  • 40