How to use Codename one Storage?
问题 I am trying to port my LWUIT application to Codename one. I have used RMS in LWUIT and now obviously I have to transform this to Storage. I don't understand how the Storage class works in Codename one and the documentation for codename one has nothing about either. 1) What is the structure of a storage file? --> In J2ME RecordStore , you have records bunched together like a table. Every row, corresponds to a record. Each record has a unique record ID and you can access the record with this