I have an xml file with different tag
<data>
<name>xyz</name>
<img> image with source(/res/img.jpg)</img>
<desc>this is the description</desc>
</data>
I want to load the List of items available in the xml and on click of listitem i want to display name , image and description in a new screen.
Please help somebody .. its urgent..