Develop android Application using Html,Css and JavaScript

后端 未结 4 1332
情话喂你
情话喂你 2020-12-07 08:48

I would like to develop Android application using HTML, CSS and JavaScript with Android SDK. I dont want to use another tool like Titanium or PhoneGap.

Is it possibl

4条回答
  •  孤街浪徒
    2020-12-07 09:06

    These days the easiest way to create Android apps based on HTML is to use DroidScript which can be found on Google Play.

    The same tool also allows you to build native (non-HTML) apps with pure JavaScript and it's far easier to use than PhoneGap/Cordova because it's aimed at novice coders.

    It's based on WebView actually, but all the hard work of handling the JS->Java bridge, permissions, local storage, APK building etc have been done for you by the DroidScript developers.

提交回复
热议问题