I use RecordStore to store my data. I know when we store data in RecordStore, it automatically generates a record id for each record.
Now I try to write a small method to search in j2me, i开发者_JAVA百科t works well but I don\'t know how to write a method like SQL use \"Like\" in j2me to search recordstore doesn\'t need match 100% p
I have an RMS file generated on an S40 Nokia phone - is there any way of reading this on a PC? I\'m trying to debug an issue on the phone, which seems to be related to the contents of the RMS, and e开
We are designing an iPhone app for a client and need to create a store front w开发者_如何学Gohere users make purchases. I have everything figured out about the app, except how to process the credit ca
When the user takes photos with his phone I want LWUIT to get a specific photo to add to a开发者_开发问答 recordstore and later retrieve that photo. How to achieve that ?RMS is not good for storing th
Problem: unable to use deleteRecord() properly Background: I have a simple j2me application where I add various strings to the record store and try to manipulate the contents of the record store. I
I am an Android developer. I haven\'t developed J2ME applications before. I have a requirement in which the client needs a J2ME application which requires me to store around 10,000 (Each record would
I save data to Record store. If the aplication is running it works fine, but when I restart aplication data in record store is lost.
I have a question about persistent storage for Java applications on the Nokia Series 40 platform. Who takes care of cleaning the persistent storage (RMS) of an application when it is deleted (C开发者_
i want to know the m开发者_高级运维ethod used to update record in recordstore in j2me. thanks....Simply use RecordStore.setRecord()try this