I am new to android and I want to communicate with the server to transfer sql data. I have read posts using raw http and also referred Unlocking Android chapter 6. But are there more clearer steps? Like where should I start my reading and what examples I should be looking at?
My end goal is to send and receive data from a sql database on a online server. I know i have to use a medium like php to perform query but my confusion is more on the android side.
Well there are alot of way you could accomplish this. Here is one.
If you are having trouble with the Android side of it I would recommend looking at some documentation.
EDIT
Code for building a url using a map where the keys are the get parameters and the values are the value of the get parameters.