-1
I wonder if it is possible to create a project in html, css and js, and run in a native. If possible, which platform to use? (Obs. Simple design, simple costs:) ).
-1
I wonder if it is possible to create a project in html, css and js, and run in a native. If possible, which platform to use? (Obs. Simple design, simple costs:) ).
2
Yes, there are what we call hybrid applications. They can be created using frameworks such as React Native, the Ionic or the Nativescript. Some as I’ve said do little more than create a Webview and put your code on top using the advantages of Apache Cordova and Phonegap for communication with the phone’s Apis.
Others, however, have an extensive ability to "convert" front-end code into native code. Making a sort of de-for that greatly improves the performance and usability of the application, but in return have far less resources than its competitors "not-so-native"
2
Progressive Web Apps. Characteristics:
Browser other questions tagged javascript html android
You are not signed in. Login or sign up in order to post.
Cara se eu construir em html css e js, ja tira o sentido de nativo, yes it is possible to create based on these three tools, however it will not be a native code.
– Jhonatan Jorge de Lima