ListView issues

Search This thread

coolbud012

Senior Member
Sep 28, 2012
217
25
32
Bangalore
droidacid.com
Hey guys I need help.

I know how to create a listview but where I'm struck and confused is,

1.) Like when we click on 1st item of the listview another activity with another list view comes up and when we click on any of the item from that list view then a resource xml file with a table comes up.

2.) When I click on the second item of the LV an image is displayed.

3.) When I click on the 3rd item another list view comes up and then if click any of the item an image comes up.

I just tried to explain my problem. There are around 10-12 items in each list. So I am not getting what exactly to do.

I tried to make simple listview but now not getting how to modify it to match my needs...

Thanks
 

EatHeat

Inactive Recognized Developer
Jan 5, 2013
946
1,517
28
Calcutta
www.facebook.com
If the ListView does not change dynamically, it would be better to use a PreferenceActivity or a PreferenceFragment. It would be far easier to do what you wanted with this.