I want to pass List of Objects, say Drivers, in HTTP POST Request. While NameValuePair takes only Strings. How I can pass it with HTTP POST Request?
2 Answers
i think this post will be helpful to you
Sending a serialized object from Android to a servlet using HTTP client
they suggests to use JSON or XML