简体   繁体   中英

Opening an android app with html code

Is it possible to use html5, css and javascript to open an android application?
I searched online but none of the answers I found so far where usefull for me.

Im trying to create an android app made in html and css and act like an android launcher. The layout is done but I cant find out how I can actualy launch apps with it.

edit: I used phonegap to create the apk and installed it on my phone.

If you want to create android applications with html, js, css you should use:

  1. http://phonegap.com/
  2. http://cordova.apache.org/

You probably need a Java-JavaScript bridge. Take a look at this page: http://developer.android.com/guide/webapps/webview.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM