示例推送服务客户端应用程序代码:Blackberry
推送应用程序有两个方面:
- 服务器推送应用程序
- 客户端推送应用程序(在移动设备上)
我已经实现了服务器端应用程序,但尚未完成客户端应用程序。
谁能给我一个使用 java 的客户端应用程序的简单代码?
There are two sides to a push application:
- Server push application
- Client push application (On Mobile)
I have implemented the server side application already, but I have not yet finished the client application.
Could anyone give me simple code for a client application using java please?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您从 RIM 下载 Push API(可在此页面上获取),则会有一个包含源代码中的示例客户端应用程序。
If you download the Push API from RIM (available on this page) there is a sample client application in source code included.