hi every one!
I am new in J2me , would you mind to tell me how to deal with RecordStore ?
Now I open a RecordStore in startApp() method ,remain the reference to the RecordStore until close the RecoreStore in the destroyApp(boolean) method .But i find when I shut down the phone ,It will not invoke destroyApp(boolean) method ,so the RecoreStore is not closed .
Will it be a big damage to Recoredstore ?
is it a better solution that opening the Recordstore as soon as I want to modify the record in it ,and close it immediately after the operation is done?
Thanks in advance!
Henry

Reply With Quote

