Android List with section headers

Posted by user324661 on Stack Overflow See other posts from Stack Overflow or by user324661
Published on 2010-04-23T22:56:01Z Indexed on 2010/04/23 23:03 UTC
Read the original article Hit count: 479

Filed under:

Hi, I'm trying to create a list with headers above a grouping of items. I was looking at SeperatedListAdapter available here: http://jsharkey.org/blog/2008/08/18/separating-lists-with-headers-in-android-09/ but I ran into an error (ERROR/AndroidRuntime(2025): java.lang.IllegalStateException: ArrayAdapter requires the resource ID to be a TextView )
Now I'm looking into more options including making a new one. Do you guys have any hints?

Thanks, Bryon

© Stack Overflow or respective owner

Related posts about android