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.
To convert your website into android app please visit this link
Paid version: https://play.google.com/store/apps/details?id=com.web2apkbuilder.app.paid
Free Version: https://play.google.com/store/apps/details?id=com.web2apkbuilder.app.free
The generated apk will support from Kitkat to Latest Android Version.
You can use Webview. WebView allows you to display web pages as a part of your activity layout.
Nowadays PhoneGap is probably the most efficient way to convert a web page into an app. It is open source and generates apps for every platform, not just Android.
Use Intel XDK software. Tha following steps can make you to create apps.
You could use App Builder to convert html to android app. App Builder can be easily downloaded at google playstore.
Use a web view
http://developer.android.com/reference/android/webkit/WebView.html
And there is a tutorial here
http://developer.android.com/guide/webapps/webview.html