+ 2
Can we build mobile and desktop app with webknowlegde?
6 odpowiedzi
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
+ 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.
+ 5
Node.js
ReactNative
Electron
+ 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.
+ 2
React Native doesn't require connection
and, ReactNative has a module to access local storage
+ 1
And SQL and PHP???