Use V8 JavaScript engine to execute JS lib without web view

前端 未结 4 1223
孤城傲影
孤城傲影 2020-12-05 05:27

I am developing a JavaScript component which is responsible for making requests to the server and dispatching results to the UI. By doing this in JavaScript, I am able to us

4条回答
  •  没有蜡笔的小新
    2020-12-05 06:07

    For the Android part. I used J2V8 JavaScript library. It is a Java wrapper of Google's V8 JavaScript engine. See here for more details.

提交回复
热议问题