Wouter wrote: > What is the easiest way to add headers to a listview (and my list has > multiple adapters (sections) so I need to show multiple headers for my > list!
I have a MergeAdapter here that can serve that role: http://github.com/commonsguy/cwac-merge I have a SectionedAdapter here that can serve that role, but it is GPLv3 rather than Apache License 2.0: http://github.com/commonsguy/cw-advandroid/tree/master/ListView/Sections/ The reason that is GPLv3 is because it is derived from Jeff Sharkey's original sectioned list code: http://jsharkey.org/blog/2008/08/18/separating-lists-with-headers-in-android-09/ -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Need Android talent? Ask on HADO! http://wiki.andmob.org/hado --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

