Tool | Programming Language | Build approach | UI approach | Unit testing |
---|---|---|---|---|
PhoneGap | HTML/CSS/JavaScript | Runs in UIWebView | UI looks the same on all platforms | [?] Unit testing |
Xamarin (vanilla) | C# | Generates native code | Separate UI with native controls | [x] Unit testing |
Xamarin.Forms | C# | Generates native code | Attempts to follow guidelines | [x] Unit testing |
Titanium | HTML/CSS/JavaScript | Generates native code | UI looks the same on all platforms |
Last active
April 8, 2016 11:25
-
-
Save dodikk/0d514f0a1b3ec53e2a6bd1f40b9c4618 to your computer and use it in GitHub Desktop.
Xamarin vs. PhoneGap vs. Titanium
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment