3
I don’t know how to explain very well what I want without pictures, but I need to learn how to make a Listview that changes title as you go down... It’s basically like in HTML when you do long pages and separate sections by an anchor, where Listview is divided by sections and as each section descends, the section title is updated...
Something thus? Or a floating header at the top of the list?
– Paulo Rodrigues
That’s right @Paulo Rodrigues. Thank you very much.
– Israel Sousa
I’m not sure if this is exactly what you’re looking for, but there are some libraries to keep the header of the list sections always visible. https://github.com/emilsjolander/StickyListHeaders
https://github.com/diegocarloslima/FloatingGroupExpandableListView
– Rafael Leão
At this link showed you how to use
ExpandableListView
, it presents a result similar to what you described!– mateusalxd