0

How to send and receive the values to the webservices in Android? .I am very new to android.Give some ideas to me...

Cristian
  • 198,401
  • 62
  • 356
  • 264
RMRK
  • 23
  • 2

3 Answers3

0

I'd recommend going through some tutorial apps seen here- http://developer.android.com/guide/tutorials/notepad/index.html

Mike M.
  • 12,343
  • 1
  • 24
  • 28
0

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

Jorgesys
  • 124,308
  • 23
  • 334
  • 268
0

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.

Community
  • 1
  • 1
Primal Pappachan
  • 25,857
  • 22
  • 67
  • 84