Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to convert a web page(html,css,js) into android app [closed]

Tags:

android

I want to make an app for android 4.4 that loads and runs a web page offline. I want to play this modified 2048 game (http://sanchit18.github.io ) on nexus-5 device as an app. How to do that using eclipse adt or android studio?

Also, the webpage displays the graphics correctly, but the images in the tiles render incorrectly when run on a mobile device in web browser. How to correct this? Please help with these two queries.

like image 849
Sanchit18 Avatar asked Apr 16 '14 10:04

Sanchit18


People also ask

Can I convert a HTML CSS JS to Android app?

The App Maker of WebIntoApp.com also allows you to convert your HTML / Javascript / CSS project files into a mobile App for Android and iOS, online. Any App that made with HTML / JS / CSS that can work on your local device can be used as a stand alone App for Android & iOS.

Can I make Android app using HTML and CSS?

Yes, you read it right in the title of this article. In this article, we are going to build an Android App with HTML, CSS, and JavaScript in Android Studio.

Can we convert HTML to Android app?

To convert your HTML app to APK, you need to open HTML App Template on AppsGeyser, and insert your code. After that, you need to name the app and upload the icon. It takes up to 5 minutes to build an apk.


1 Answers

You can use Webview. WebView allows you to display web pages as a part of your activity layout.

like image 82
vjdhama Avatar answered Oct 26 '22 09:10

vjdhama