0
I am in doubt about which framework/language to use to start application development.
From what I’ve read so far, I’m between using Ionic and Xamarin.
Everywhere I read the great advantage of Ionic is to be free, but now Xamarin is also free, so in this they are equal.
Another issue they emphasize a lot is that native app has better performance than html-based app, but just like the issue of Xamarin getting paid, it may be that this has already changed nowadays. About interface saw that now parts of CSS3 are accelerated by the GPU.
- Overall performance of native apps remains better?
- Native apps interface is still noticeably more responsive?
- The performance of any of these types of apps is more influenced by project size or complexity?
It’s really best to make native apps, but it’s impossible for a small team to make and maintain 3 different apps. That’s why I want to know precisely the differences between Ionic and Xamarin.
– Daniel Dutra