Skip to main content

xml parsing in android - recursive tags



I have little confusion regarding the xml parsing in android, Lemme explain the scenario. Lets say I have a tag namely







<item> </item>







, this tag can hold another tag with the same description into it







<item>

<item> </item>

</item>







after inserting the data appropriately how could i possibly able to know if there is a child item in an item or not, and if yes then how could i parse it.





MGD


Comments

Popular posts from this blog

Slow Android emulator

I have a 2.67 GHz Celeron processor, 1.21 GB of RAM on a x86 Windows XP Professional machine. My understanding is that the Android emulator should start fairly quickly on such a machine, but for me it does not. I have followed all instructions in setting up the IDE, SDKs, JDKs and such and have had some success in staring the emulator quickly but is very particulary. How can I, if possible, fix this problem?