-1

I'm implementing an app on android platform with web services. I'm able to fetch data from server through api. Now I want to send data to server through api. I didn't get proper code, Please let me know the standard code for this or any example for it.

Thanks, Vishakha.

Yauraw Gadav
  • 1,706
  • 1
  • 18
  • 39
  • There is no "standard code" - only several standard grammars. Get some docs from the service provider. – symcbean Mar 03 '11 at 13:20

1 Answers1

0

Which kind of server? What kind of information? Without more info it's difficult to help.

I'm assuming you wish to make a POST request to a webserver. If this is the case, you might want to try this answer.

Community
  • 1
  • 1
user634618
  • 3,573
  • 1
  • 24
  • 17