Hello everybody,
currently I am evaluating a porting of our native Android-App to iOS and Windows Phone via Xamarin.
I am working with the 'free edition' on a Mac.
Well ... Xamarin looks firtly really nice and its a huge advantage for me, to write especially the iOS app in C#.
At these moment I have one question: How do I implement a business-logic-layer as a shared library (PCL or linked source files) for all of my projects (the Android, iOS and Windows Phone App) which can handle POST-Requests to our REST Webservice and parse the returned JSON-String into objects?
I've searched for sample projects like the Tasky-App but havent found a example for my purpose.
I hope somebody could help me.
Many greetings from Germany!