Dear All, I got a xml as below. I would like to present them in 2 view,
Primary view will show only horror, romance, when click on horror, the
next view will show Horror A, Horror B, Horror C and etc...
Any good tutorial or example I can follow?
<book>
<category id="horror">
<title>Horror A</title>
<title>Horror B</title>
<title>Horror C</title>
</category>
<category id="romance">
<title>Romance A</title>
<title>Romance B</title>
<title>Romance C</title>
</category>
</book>
Thanks.
--
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