I am trying to use Xamarin to create an Android app. I really like the Xamarin Forms interface, but it only seems to be available in a Shared Project or a PCL Project. In these, you can't use Windows transport security to connect to a WCF DataService. I can connect to my service fine in and Android targeted app, but the Xamarin Forms are not available there. I am using the evaluation version of Xamarin. I am planning on buying it, but every time I think it can do what I need, it won't quite do it. The only real target I need for this project is Android. I would really like to be able to use the Xamarin Forms and be able to populate them with data from a WCF DataService with Windows Transport Security. Is there a way to do this?
↧