想要在应用程序启动后立即在 J2me 应用程序中创建记录存储
正在开发一个 j2me 项目...我需要做的是从预先存在的 xml 文件(在 d jar 本身中)创建一个记录存储,以便我可以从中读取和写入数据...并希望以 sson 的方式执行此操作当应用程序启动时,请帮助......
working on a j2me project... what i need to do is create a record store from a preexisting xml file (in d jar itself) so i can read and write data from it..... and wants to do this as sson as the application starts pls help.......
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在
startMIDlet()
方法中编写以下代码write following code in
startMIDlet()
method