Difference between revisions of "Mobile apps"
Jump to navigation
Jump to search
Line 8: | Line 8: | ||
Here are the frameworks that i've used to create mobile apps with web tech: | Here are the frameworks that i've used to create mobile apps with web tech: | ||
+ | |||
+ | |||
+ | <splist | ||
+ | showparent=no | ||
+ | sort=asc | ||
+ | sortby=title | ||
+ | liststyle=unordered | ||
+ | showpath=no | ||
+ | kidsonly=no | ||
+ | debug=0 | ||
+ | /> |
Latest revision as of 20:56, 2 September 2020
Mobile apps are no longer inaccessible to developers coming from a web background!
If you need to do anything computationally heavy though, web technology may be inadequate for your needs.
- The tools for compiling various languages such as (and especially) Rust to WASM have however matured to the point where is can be overcome in some cases.
- But dropping down to WASM may be enough of an issue to the point where you should have started with a desktop-native framework.
Here are the frameworks that i've used to create mobile apps with web tech: