hii look at the following tutorial
http://www.anddev.org/parsing_xml_from_the_net_-_using_the_saxparser-t353.html this explains xml parsing in a simple manner..or if you find that difficult you could use the default implementation of SAX parser ... Regards Gino On Feb 15, 5:52 pm, Eosproject <[email protected]> wrote: > Hi everyone! Can somebody help wih such problem. > I need to take out of XML file images to view it on display using XML > parser. > I proclaimed in xml file passes to images. > > Using something like it: > > res/xml/game.xml > > <game> > <level> > <bg /> > <items> > <item android:drawable="@drawable/item1" ... /> > <item android:drawable="@drawable/item2" ... /> > </items> > </level> > <level> > </level> > > Is it clear?? > > So in java class I need to use XmlResourseParser -- 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

