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. >> -- Putting the lists side-by-side rather than stacked > > What do you mean with this? Left to right rather than top to bottom. -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android Development_ Version 2.0 Available! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

