Xamarin or ionic | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Xamarin or ionic

which is better to develop cross platform apps xamarin or ionic, depending on your experience

14th Jul 2017, 7:03 AM
Moustafa Shaban
Moustafa Shaban - avatar
1 Answer
0
They are very different tools. Xamarin is low level and requires that you understand some core things about compiling and using the native API's. There is Xamarin Forms which is a bit higher up but has its faults too. Ionic is very high level and is HTML/JavaScript based so it will produce a sub par result in some cases. I personally chose Codename One because it's just in the middle and I like Java. I found this article helpful in choosing the right mobile platform: https://www.linkedin.com/pulse/how-pick-right-cross-platform-solution-shai-almog
14th Jul 2017, 10:38 AM
Dan