0

Can anyone tell me where can I find and example of a lazy listview with sections?

it would be perfect one version of https://github.com/thest1/LazyList/ with sections incorporated.

Many thanks

tuxdroid
  • 13
  • 1
  • 4
  • 1
    What do you mean by sections? Overriding an adapter with getViewTypeCount() and getItemViewType() is simple enough. – Sam Aug 09 '12 at 23:30

1 Answers1

0

here is an example of that: lazy-listview

Furqi
  • 2,403
  • 1
  • 26
  • 32