Hi everyone, im new on Xamarin and im an internship to develop a Mobile App: kind of micro-social for events with Xamarin.Forms .Net/ MVVM(PRISM) architecture. For the moment i have almost all the view except the chatView and i test my app with local data (exemple: showing list of events) and its work well!
Now i need to use/add a web service to get my data and im totally lost.
I precise that i did a lot of research before to ask help and this why i ask your help
Sorry i can't post any link because i'm just new
One of my co-worker did a asmx web service, i try to add it without sucess. I understand that i need to implement it on every OS and use interface and in my opinion its seems quite long to implement. I try to use the exemple of fabiosilvalima but i have an error at this line:
return new List<ICustomer>(result);
impossible to convert string to int
On this forum i see that asmx is not the best solution.
I watch for REST but i want to heard some advice from the Xamarin community.
So my question is: Which kind of web service i need to use for my project (Xamarin.Forms .Net / MVVM(PRISM)) ?
How to add/use to my project ?
Thanks for your help!
I already read the microsoft.doc article about webservice with child post so please dont send it