09-17-2012 06:11 PM
as per the title written an app which works perfectly on the simulator but freezes on the phone.
I'm using wait/notify to halt the UI when loading files and notify is being called when the UI should resume building itself.
been on this smae issue for weeks now(almost missed a flight because of it!) need to get it sorted.
Any ideas guys
09-17-2012 06:19 PM
09-17-2012 08:03 PM - edited 09-17-2012 08:03 PM
turns out its not the wait/notify, its the SQL access which takes much longer on device than with the simulator. I know the simulator is running on an i7 but thought that RIM had implemented some sort of virtulisation that would emulate the speed of the device.
Now my problem is speeding up SQL lookups for 500+ entries possible 20,000 apparently. Now using BufferedCursor 7 just placed index's into the database, anymore ways of speeding up database access? Using OS5.0.
Thanks in advance
09-18-2012 04:44 AM