With Hybrid Applications cross-platform
we get development time, but I have some doubts about the true need to use a framework.
The most famous PhoneGap , Ionic and Titanium are easy and friendly. But because it is in HTML
, CSS
and JavaScript
I believe that applications depend on a browser. From what I understand, they are emulated. It happens that I have not done the test in several platforms, with that some doubts arose:
On the other hand, I see, in constant growth, Xamarin . In analysis, I noticed that it works differently than other frameworks. I could also see that the code is reused across multiple platforms, generating a native application.
More questions came up:
build
for Android, IOS and WP in the same IDE? For a research article, I suggest leaving a list of post and cons of each framework in addition to the questions.