Re: [android-developers] Multiple ListViews in a screen

2011-02-16 Thread TreKing
On Mon, Feb 14, 2011 at 9:04 PM, KrisK wrote: > How do I assign the images to the lists and handle click events in both the > lists? > You need an adapter for each list that will load and manage the images and return or update an ImageView to the list. If this does not make sense, please review

[android-developers] Multiple ListViews in a screen

2011-02-15 Thread KrisK
Hi, I need to create a screen with two ListViews and a TextView in between them. Both List Views need to display two independent sets of images. I have created the main XML layout fine (given below) but I am not sure how to create the screen with both of the lists populated with images. main.xml (