09-14-2009 09:41 AM
Hi All,
I created an application in which I store locally 1.200 objects (employee information) using the BB persistent storage model. For each object to store, I have 7 attributes:Name, phone, address, email, mobile, area, and position. I store this information only once (the first time the application is launched), however this activity takes around 4 minutes to complete, which I think is a lot of time. Does this make sense or am I possibly doing something wrong (not efficient)? Is there another mechanism to store information locally which is more efficient/fast?
Best regards,
Juan.
Solved! Go to Solution.
09-14-2009 10:03 AM
Instead of store all 1200 contacts first and then doing the rest of work. In my opinion, it would be better if you will start the app and store your contacts in another thread which will run simulatenously.
Press the kudos button to thank the user who helped you.
If your problem was get solved then please mark the thread as "Accepted solution".
09-14-2009 10:49 AM
09-14-2009 12:05 PM
simon_hain wrote:
do it in a separate thread or display a progress bar on a start screen that shows the indexing.
Or both. ![]()