Develop for iOS using C # in Visual Studio

2

I already developed in Java / Android, and wanted to develop for iOS, however the cost of having a Mac is expensive, I already have an iPhone. I saw that it was possible to develop using C # in Visual Studio for iOS.

So, is Xamarin worth it? Can I develop peacefully using Windows? And the Xamarin community how do you go about content?

    
asked by anonymous 13.08.2014 / 02:17

2 answers

4

Yes, for several reasons:

  • Developing applications for Mac, Windows and Android with the same code
  • Good development tool (Xamarin Studio and Visual Studio )
  • Direct integration with emulators
  • Community-developed plugins and libraries package
  • Support in the official (community) forum or direct with the Xamarin team.

And other advantages of the C # language, such as Linq !

Since I got the license I do not regret it!

    
13.08.2014 / 02:28
0

Friend, you said that develops in Java for Android, I recommend to take a look at the CodenameOne Plugin, you develop in Java, direct in NetBeans is free and has immense technical support.

    
13.08.2014 / 03:35