How to send and receive values in android?
How to send and receive the values to the webservices in Android? .I am ve开发者_开发问答ry new to android.Give some ideas to me...
I'd recommend going through some tutorial apps seen here- http://developer.android.com/guide/tutorials/notepad/index.html
Check this sample, was useful for me Calling Web Services in Android using HttpClient
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.
精彩评论