Android ListView section header

android

Solution

No. You can make your own implementation or use a third-party library. I suggest you to use this one in case you want them to stick at the top of the list:

https://github.com/emilsjolander/StickyListHeaders

Problem

Are there any built-in ways for creating Android `ListView` section headers? If not what is the easiest way for doing so, using XML markup as far as possible?

Original source