如何在 j2me 中使用 lwuit 实现/使用浏览器?

发布于 2024-12-19 03:39:51 字数 94 浏览 3 评论 0原文

我是 LWUIT 的新手,到目前为止使用起来确实很有趣。目前我必须使用其浏览器组件向服务器发送和接收数据。任何人都可以给我关于它的见解或教程,以便我可以开始研究它。提前致谢。

I am new to LWUIT, its indeed a great fun to use it so far. Currently I have to use its browser component to send and receive data to and from the server. Can anybody give me an insight about it or a tutorial so that I can get working into it. Thanks in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

江南烟雨〆相思醉 2024-12-26 03:39:51

如果您打算在应用程序中使用特定于浏览器的功能(例如 XML、HTML 页面呈现),请阅读以下文章

如果您打算使用 LWUIT 实现客户端和服务器之间的通信,请参考 LWUIT 1.5 下载。阅读以下文章以更好地了解“LWUIT4IO”库。

如果您打算纯粹为了数据交换而从移动客户端与服务器进行通信,请查看 通用连接框架。在这里您可以找到充足的信息、示例代码片段并了解可用于 JavaME 的各种连接方法。

If you intend to have browser specific functionality like XML, HTML page rendering in your application than read the following articles

.

If you intend to implement communication between client and server using LWUIT than refer LWUIT4IO library packaged with LWUIT 1.5 download. Read the following articles to better understand 'LWUIT4IO' the library.

.

If you intend to communicate with the server from mobile client purely for data exchange then have a look at Generic Connection Framework. Here you can find ample information, sample code snippets and get to know various connection methodologies available for JavaME.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文