How to parse responses from a Django server in android?

Posted by primal on Stack Overflow See other posts from Stack Overflow or by primal
Published on 2010-05-08T12:33:41Z Indexed on 2010/05/08 12:38 UTC
Read the original article Hit count: 240

Filed under:
|
|

Hi,

In the Android application I am building, I want to be able to communicate with a local server developed in Django. (Basically a login page and a home page populated with posts and images from users) So do I need to use XML Parsers for the parsing the response from a Django server or is it possible for the server to respond with strings which can be directly used? Also what about images?

Regards,

Primal

© Stack Overflow or respective owner

Related posts about android

Related posts about django