On Fri, Jul 30, 2010 at 8:36 PM, William Ferguson <[email protected]> wrote: > I have a ListView that contains several elements, one of which is > another ListView.
I'll be stunned if that works. Why nest ListViews? If your issue is that you have multiple sources of data, stitch them together at the adapter level. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _Android Programming Tutorials_ Version 2.9 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

