Skip to content

Instantly share code, notes, and snippets.

@stonehippo
Last active September 26, 2020 19:07
Show Gist options
  • Save stonehippo/b781041167d0366acab2da33fc63b94c to your computer and use it in GitHub Desktop.
Save stonehippo/b781041167d0366acab2da33fc63b94c to your computer and use it in GitHub Desktop.
Cross-platform development frameworks for mobile and desktop

Cross-platform Frameworks

Over the past few years, the old "write once, run anywhere" mantra has gotten a refresh. The broad adoption of mobile devices has increased the need for solutions that allow developers to write core application code and UI in a single framework, and package that code for deployment. The following are some of the more popular cross-platform, modile-friendly frameworks for various languages.

Some of these solutions are hybrid frameworks, which provided containers for non-native app code and integrations with native features. Others compile to native code.

For a good rundown on the architecture and considerations in using hybrid platforms, take a look at Comparing Cross-Platform Frameworks.

Javscript

Dart

Python

.NET/C#

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment