I have a listview in android that I am populating with data. What I want to do is, when any of the item in the list is clicked, i want to load the same list activity but with different data based on the item that was clicked. Can anyone throw pointers at how to do this?
So my data can be thought like a tree where I start from the root and can navigate to leaf data via a list.
Any help is appreciated.
Thanks.