• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Android database requests,Cursor or List : For Marko Gargenta

 
Ranch Hand
Posts: 70
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome Marko,

It's a pleasure to have you here.
I need to fill an ExpandableListView from a database.
I want to know if it's better to use directly a Cursor by extending CursorTreeAdapter or if i should put all of the results in a list and extend a BaseAdapter in terms of performance and efficiency ?

Are we limited with only one question btw ?

Thanks in advance.
 
reply
    Bookmark Topic Watch Topic
  • New Topic