How to send and receive the values to the webservices in Android? .I am very new to android.Give some ideas to me...
A:
I'd recommend going through some tutorial apps seen here- http://developer.android.com/guide/tutorials/notepad/index.html
Mike M.
2010-07-13 16:47:29
Thanks for your response Mike
RMRK
2010-07-13 17:01:44
A:
Check this sample, was useful for me Calling Web Services in Android using HttpClient
Jorgesys
2010-07-13 17:07:09
A:
I hope you mean strings by values.
I would recommend using HttpClient for the purpose as it is every easy to use. You could use ListNameValuePairs for sending values.
You could check the answer to this question for a sample program as well.
primalpop
2010-07-13 18:59:01