Home > Article > Web Front-end > Convert HTML5 to standalone Android app
Follow the steps given below to convert HTML5 to a standalone Android app
You need to first create an Android using the following command Application: Eclipse.
Assets provides a way to include arbitrary files (such as text, XML, music, fonts, and videos) in your app program.
Load the Web view using a file - android_asset/ file
When creating a layout for the WebView -
WebVieww = new WebView(this); w.loadUrl("http://www.app.com/");
The above is the detailed content of Convert HTML5 to standalone Android app. For more information, please follow other related articles on the PHP Chinese website!