“Separators” in ListView

后端 未结 4 1299
渐次进展
渐次进展 2020-12-14 05:19

I have an ArrayAdapter which is hooked up to my ListView. I really like the \"separators\" feature in the Evernote Android application, where they

4条回答
  •  粉色の甜心
    2020-12-14 05:38

    And here is one which does exactly this : https://github.com/Polidea/android-section-list with transparent section header sticky at the top of the list (similar to iOS section list which comes out of the box there).

提交回复
热议问题