[android-developers] Sections in ListView

2010-07-13 Thread Jens
What is the preferred way to sectionize a ListView by declaring a header before each section? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this

Re: [android-developers] Sections in ListView

2010-07-13 Thread Mark Murphy
On Tue, Jul 13, 2010 at 6:54 PM, Jens jens.is.loca...@googlemail.com wrote: What is the preferred way to sectionize a ListView by declaring a header before each section? In the end, you need a ListAdapter that is aware of your sections and can put in the headings as needed. You could roll one