Hi all,
I'm still trying to understand where we sit with PCL support so I apologize if these questions have been asked before. I will be developing an iOS & Android version of an app. The cross-platform core project is where I would like to share my services, view-models, models, etc. Ideally, the core would be PCL.
The services will be REST/JSON. I've been looking for a portable REST framework but the two I found (PortableRest and a portable version of RestSharp) don't' seem to build on Xamarin.Studio for Mac.
So my questions are:
1) Is there any sample projects out there that successfully call REST services with serialization into models within a PCL project that is shared across different platforms?
2) Is the best bet at this stage to just go with file-linking?
Thanks!