Anyone have tried Dotnet development on iOS and Android using corert (RyuJIT)?
We're currently using Xamarin for our mobile development. For various reasons, we have a lot of annoying issues with it. So I'm looking for different alternatives.
One of my idea is that I want to try to re-use all the current business logic (communication, model, controllers, etc) coded in C# and compile it as a library and use the native code (ios, android) to implement the UI and other platform specific code.
So I was wondering if anyone had tried or If it's just a silly idea?
Thanks
0 comments:
Post a Comment