Can we build mobile and desktop app with webknowlegde? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Can we build mobile and desktop app with webknowlegde?

18th Aug 2019, 12:50 PM
Kensy Master Will
Kensy Master Will - avatar
6 Answers
0
If i want to acces with device storage for read and write. and my app must work offline. that is the limit with web knowlegde in building mobile app
18th Aug 2019, 1:38 PM
Kensy Master Will
Kensy Master Will - avatar
+ 6
Yes. For mobile apps there is even a course here! https://www.sololearn.com/learn/1439/?ref=app For desktop apps use any tool with a WebView.
18th Aug 2019, 12:52 PM
Paul Grasser
Paul Grasser - avatar
+ 5
Node.js ReactNative Electron
18th Aug 2019, 1:14 PM
Gordon
Gordon - avatar
+ 4
WebViews would run a local copy of the HTML file. PHP won't work locally, so you would have to host your website and load that URL.
18th Aug 2019, 1:01 PM
Paul Grasser
Paul Grasser - avatar
+ 2
React Native doesn't require connection and, ReactNative has a module to access local storage
18th Aug 2019, 7:06 PM
Gordon
Gordon - avatar
+ 1
And SQL and PHP???
18th Aug 2019, 12:58 PM
Kensy Master Will
Kensy Master Will - avatar