Difference between revisions of "Mobile apps"

From Adam Meola - wiki
Jump to navigation Jump to search
(Created page with "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 f...")
 
 
(One intermediate revision by the same user not shown)
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
 
<splist

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: