在 BlackBerry 中使用持久存储
我正在开发一个黑莓应用程序。我想在我的手机中存储多个用户的详细信息。我必须存储每个用户的用户名、名字、姓氏、电子邮件地址、电话号码等数据。任何人都可以为我提供持久存储的示例代码,使用它我可以将所有这些数据存储在向量中并稍后检索。
I am developing a BlackBerry application. I want to store the details of multiple users in my mobile. I have to store data like username, first name, last name ,email id ,phone number for each user. Can any one please provide me a sample code for persistent store using which I can store all this data in a vector and retrieve later.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
此链接应该回答您需要了解的大部分内容 - http://www.miamicoder.com/post/2010/04/13/How-to-Save-BlackBerry-Application-Settings-in-the-Persistent-Store .aspx。
下面是我的一个项目中的一些代码。
This link should answer most of what you need to know - http://www.miamicoder.com/post/2010/04/13/How-to-Save-BlackBerry-Application-Settings-in-the-Persistent-Store.aspx.
Below is some code from one of my projects.