is possible to convert any code in native android to xamarin.android? -
i android developer ,  studying xamarin , ask myself  "can convert android(ios) code xamarin.android or xamarin.ios ?" because know c# similar java . , still have few different syntax . can me answer question ?
xamarin allows write android apps in c#. allows use existing java code in solution. done creating bindings, bridge between managed code , android runtime.
for more information see:
Comments
Post a Comment