hey hii

android supports apis for xml parsing.You can use those apis for
parsing xml and can get node.

On Jul 12, 3:08 pm, Andy Best <[email protected]> wrote:
> Hi guys I'm newbie to android development and I need some help...
>
> I want to make an app that will use data from an xml database and
> there are two points where I need help cause I find java with xml too
> complicate...
>
> eg.
> <items>
> <1><name>box</name><price>2.00</price></1>
> <2><name>pencil</name><price>1.00</price></1>
> </items>
>
> 1)get a single xml value from a child node(eg.name of 1st item -
> "box")
> 2)get an xml database from child nodes (to use it as data source for a
> listbox) - this one is not nessesary
>
> Thank you for your time guys...

-- 
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

Reply via email to