+ 2
Is It Better To Use Xamarin For Android Or Android Studio?
I know The Differences Between Java And C# But Between This Two IDEs NoT
5 Réponses
+ 2
Do you want to develop a cross platform app: if yes use xamarin if not use android studio
+ 3
I would go with Android Studio. Android uses Java and XML which are not platform dependant (can be used on any platform). Android Studio is free and well supported. Also it is the official app developing tool for Android. It is the old maxim: " If it is not broke don't try to fix it".
+ 2
Depends on whether you prefer C# or Java.
0
You can also use cordova if you want to use html/js.