Hi raqz,

I saw your previous post in that you were sending lists of friends via
serialization and were advised to use xml instead.
Instead of XML you could also use JSON as it is more lightweight than
using XML and doesn't take long to implement.
I was using XML as my back end for my database to communicate with my
application but I changed it all to JSON and haven't looked back
since.

Here is an article on parsing JSON with Java
http://www.androidcompetencycenter.com/2009/10/json-parsing-in-android/
Read through that and it should give you some ideas. There is an
article on getting JSON back from the server but I can't find that at
moment.
Will try and dig it out though.

Regards
Anthoni

On Apr 11, 8:50 am, raqz <[email protected]> wrote:
> Hi, I just tried reading a tutorial and created my app using SAX but
> its not working for some reason and I have no idea why :)
> Could some one try helping me
>
> Thanks in advance,
> raqz
>
> On Apr 11, 12:23 am, raqz <[email protected]> wrote:
>
>
>
> > Hi,
>
> > Could some one please tell me the basic steps that are required to
> > transfer a list of objects from a webserver to android and vice versa
> > using XML. I searched tutorials but found tutorials only for complex
> > RSS feeds or something like that.
>
> > Thanks,
> > Raqeeb

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

To unsubscribe, reply using "remove me" as the subject.

Reply via email to