Would it be possible to make a project in html, css, js, and run on a native like android?

Asked

Viewed 312 times

-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:) ).

  • 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.

2 answers

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:

  • Reliability: When released from the user’s home screen, service Workers allow a Progressive Web application (or PWA) to load instantly, regardless of network status.
  • Rapidity: Web application resources are stored locally after the first load. Pwas load instantly.
  • Demeanor: Pwas are installable, and can be displayed as icons of home screen without the need to install from the Appstore. They are also allowed to open in full screen and send Push notifications.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.