Posts

Showing posts from August, 2014

Xamarin

A brief intro into the working of Xamarin : So, you have learned some bits about Xamarin, but are confused at its working.  Read on for clearing your doubts. Basically Xamarin is based on top of mono touch. When we say that, we mean that with it, it gets possible to develop both ios and Android apps along c#. The ios of Xamarin does full ahead of time compilation which leads to this interoperability. As the compilation happens, there is produced an ARM binary which makes it compatible with Apple’s app store. “ Xamarin. Android ” takes the benefit of Just in time compilation on the Android devices. What is full ahead of time compilation? Visit More:- http://goo.gl/kk1m2n