As part of the college mini-project, I am developing a micro-blogging platform for Android. I plan to use the Django framework in python to handle communication between Android and the remote server to make the database APIs independent. I have heard how best to use HTTP methods for communication. What is the best website / book to learn using HTTP methods for Android? I
source
share