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

2019-02-17 05:32发布

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

2条回答
地球回转人心会变
2楼-- · 2019-02-17 05:37

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.

查看更多
成全新的幸福
3楼-- · 2019-02-17 05:39

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

查看更多
登录 后发表回答