Quote from the previous forum:
| Using persistent methods within a MIDlet
| | Posted: Jul 15, 2008 3:50 AM |
| |
Hi,
I have one problem in my application. I've developed an standard MIDlet using the floggy persistent library to store data in the device.
Now I have to change my MIDlet so it can use the BlackBerry persistent methods. Is possible to use persistent methods (persistentStore, persistentObject...) in an standard MIDlet??
I know that there're some methods such as SIMCardInfo that can be used in MIDlets running on BlackBerry... |
Yes, this is supported. User interface classes can not be intermixed, but other APIs can be used in either application type.