I am collecting some different data into three different variables in my android program which are of different data types.
Now I need to post this data into server where I should be able to parse this data and store them in my local database. I am using php for my server side scripting.
Can some one give me an example how to do this using httppost?
To send request to server and get response json is the best way to implement.
Here is the good example given to send httppost json request to server and handling json response.
http://www.codeproject.com/Articles/267023/Send-and-receive-json-between-android-and-php