0
frontend for mobile app
Did we use html and css for mobile app frontend or there is other option ?
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.
+ 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
Hot today
Python — File Handling
1 Votes
Help me solve this (using loop)
3 Votes
What is wrong? Error on test.
1 Votes
Help me wiht python
1 Votes
Help me
0 Votes
Question is write a c program to print prime numbers up to n and print the largest number in array.
1 Votes
What’s wrong?
2 Votes