|
|
|
|
|
by 2bitencryption
3562 days ago
|
|
You're going to call me crazy. But using Xamarin to develop Android apps in C# via Visual Studio is seriously a better experience than using the Android Studio. At least, that's been my experience with simple personal projects -- perhaps if you are Facebook or Instagram that's not the case. The API is almost the same, sure. But things like class attributes, null-coalescing, lack of Gradle, automatically generated getters and setters which can be overloaded... I had more fun writing a personal app for fun in Xamarin than I ever did in Android Studio, which only ever frustrated me, even though I love the IDE it is based upon. |
|
What's nice is that most of the regular Android tutorials/SO answers are easily translatable to Xamarin Android.
I have found myself just leaving the word Xamarin when I google something, as the ordinary Android resources are good enough.