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条回答
一纸荒年 Trace。
2楼-- · 2020-05-26 08:10

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.

查看更多
▲ chillily
3楼-- · 2020-05-26 08:15

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

查看更多
爷的心禁止访问
4楼-- · 2020-05-26 08:15

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.

查看更多
欢心
5楼-- · 2020-05-26 08:19

Use Intel XDK software. Tha following steps can make you to create apps.

  1. Install Indel XDK from https://software.intel.com/en-us/intel-xdk
  2. Import your html files in it.
  3. Convert as App(Android, Ios, Windows)
查看更多
可以哭但决不认输i
6楼-- · 2020-05-26 08:20

You could use App Builder to convert html to android app. App Builder can be easily downloaded at google playstore.

查看更多
登录 后发表回答