> Wouter wrote:
> > I have multiple lists because every list uses another database adapter
> > for getting data from a database. And also the onItemClick must be
> > different for every list!
> > Would i be able to still do this when I make one listview?
>
> You would only have one onItemClick and would have to determine what you
> want to do in that case. Also, you would only have one context menu. On
> the other hand, your scrolling would work better.

Ok i understand. But how can i make one listview for all these
adapters. I use a simplecursoradapter to get data from my database and
put the data from the database to a string and so in the listview! How
can I change this so I only have one list (with seperated lists) and
different actions?

--~--~---------~--~----~------------~-------~--~----~
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 group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to