0

I'm a begginer and I'm trying to exchange data between ASP.Net web service and my android app.

What is the best way (not the hardest one if possible) to do that? JSON? SOAP? I don't know...

Thanks in advance!

Juan
  • 107
  • 1
  • 1
  • 9

1 Answers1

0

I think JSON will be fine if you are talking about simplicity and easy to handle stuff. Use REST APIs

Ahmad Ayyaz
  • 774
  • 8
  • 25