Let's see how to publish a web app for Android. The main idea is to have one code base and generate a product for different platforms. We will use Ubuntu as a working environment and show an app example published in the Play Store of Google. The same approach can also be used for iOS or Windows.
Publishing a web app for Android poses lots of questions and problems which must be solved. So I decided to collect all this information and share it here. I hope this will help people who decide to go down the same path.
Apache Cordova is a development platform which can wrap up a web app and builds it for different devices. This way you can use technologies like HTML5 and JavaScript and you don't need to learn the native language and use a different development environment for each...
Read more
Publishing a web app for Android poses lots of questions and problems which must be solved. So I decided to collect all this information and share it here. I hope this will help people who decide to go down the same path.
Apache Cordova is a development platform which can wrap up a web app and builds it for different devices. This way you can use technologies like HTML5 and JavaScript and you don't need to learn the native language and use a different development environment for each...