tags:

views:

50

answers:

3

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.
Thanks for your response Mike
RMRK
A: 

Check this sample, was useful for me Calling Web Services in Android using HttpClient

Jorgesys
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