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

android

Solution

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

Problem

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.

Original source