frontend for mobile app | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

frontend for mobile app

Did we use html and css for mobile app frontend or there is other option ?

28th Aug 2021, 1:35 PM
wan_zx
wan_zx - avatar
3 Answers
+ 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.
30th Aug 2021, 12:43 PM
Arun Jamson
Arun Jamson - avatar
+ 1
Thank you guys.. this explaination really help me😁
28th Aug 2021, 9:23 PM
wan_zx
wan_zx - avatar
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
28th Aug 2021, 7:26 PM
Knäcke Brot
Knäcke Brot - avatar