What is the best solution for saving data for Blackberry application?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you use RMS API, size of single RecordStore is limited to 64Kb for 4.5 and before and 512kb for 4.6 and later.
If you use Persistent API, storage size is limited only by capacity of device – exactly as you described.
Persistent API is more powerful but requires code signing. MIDP doesn’t required.
For more info look at following links.,
Persistent Data Storage
Blackberry Data Storage
Persistent Storage Performance