Communicating with remote server in Android

Posted by primal on Stack Overflow See other posts from Stack Overflow or by primal
Published on 2010-04-28T03:01:55Z Indexed on 2010/04/28 3:13 UTC
Read the original article Hit count: 278

Filed under:
|
|

Hi,

As part of the college mini-project, I am developing a micro-blogging platform for Android. I am planning to use Django framework in python to handle the communication between Android and remote server so as to make database API independent. I heard its best practice to use HTTP methods for the communication. Which is the best site/book to learn using HTTP methods for Android? I

© Stack Overflow or respective owner

Related posts about android

Related posts about http