can dataobjects be used together with xamarin to create android apps. ie. if i have my model done with dataobjects can i use the model without any changes to create the android applications using xamarin for android refer to this page for http://xamarin.com |
No, because DO.NET requires full(maybe client) .NET framework and as i look at xamarin it compiles just some of .NET libraries. But maybe i'm wrong on this. One way i see is to create asp.net web app where you will have server side code which will use DO.NET against DB and publish some endpoints (wcf services?) which will returns json/xml data into your android app. |
Hello Roy, for the moment there is no support for such use case. |