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

2020-05-26 07:48发布

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.

7条回答
来,给爷笑一个
2楼-- · 2020-05-26 08:25

For this purpose I used Phonegap a lot, and in the past I would have recommended it.

Unfornutaley Phonegap has an important disadvantage: whenever a security update of Phonegap is released, Google Play requires you to upgrade your app. If you have written many apps (like I did), having to recreate all of them (3 times in latest 2 years) is quite annoying. Therefore I would recommend Webview instead.

查看更多
登录 后发表回答