0
frontend for mobile app
Did we use html and css for mobile app frontend or there is other option ?
3 Respuestas
+ 2
A hybrid mobile app may be the right answer for you, depending on your requirements and resource constraints. Hybrid apps, like native apps, run on the device itself (as opposed to inside a browser), but are written with web technologies (HTML5, CSS and JavaScript) and typically underpinned by a hybrid app framework. More specifically, hybrid apps run inside a native container, and leverage the device’s browser engine (but not the browser) to render the HTML and process the JavaScript locally. A web-to-native abstraction layer enables access to device capabilities that are not accessible in mobile web applications, such as the accelerometer, camera, and local storage.
+ 1
Thank you guys.. this explaination really help me😁
0
Theres also React Native and other Frameworks which allow to build an app with web technologies. If you want to create Native apps without the use of a framework, use Java(old Standard) or Kotlin for Android apps and Objective C(old Standard) or Swift for IOS