使用phonegap的android tcp/ip客户端
我是移动开发新手,我想编写一个 TCP/IP 客户端以使用phonegap在android上运行,有人可以告诉我从哪里开始吗?
我正在考虑使用 Android SDK 在 java 中为此编写一个类,并通过 _android.webkit.WebView.addJavascriptInterface(Object, String)_
方法使用 javascript 调用它,但我不知道这是否是实现这一目标的最佳方式。
I am new to mobile development and I would like to write a TCP/IP client to run on android using phonegap, can anyone tell me where to start?
I was thinking of writing a class for this in java using the Android SDK and invoking it using javascript through the _android.webkit.WebView.addJavascriptInterface(Object, String)_
method but I do not know if this is the best way to achieve this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看如何编写phonegap插件: http://wiki.phonegap.com /w/page/36752779/PhoneGap-Plugins
take a look at how to write phonegap plugins: http://wiki.phonegap.com/w/page/36752779/PhoneGap-Plugins