Accessing Content Provider on Android from PhoneGap JavaScript

半城伤御伤魂 提交于 2019-12-11 01:32:41

问题


What is the best way to access the Android Content Provider from within the JavaScript in PhoneGap?


回答1:


You'll need to write a plugin so you can expose the content provider to the javascript layer.

http://wiki.phonegap.com/w/page/36753494/How%20to%20Create%20a%20PhoneGap%20Plugin%20for%20Android



来源:https://stackoverflow.com/questions/9125658/accessing-content-provider-on-android-from-phonegap-javascript

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!