Asked By
Mich Baker
10 points
N/A
Posted on - 08/31/2012
Hi Experts,
I am seeking suggestions on why widget blackberry are slow.Now widget blackberry is extrmely slow than earlier.How to increase the speed of it.Any suggestions please.If we can download a better version of it from the internet it is better.Thanks.
Regards,
Mich Baker
Why widget blackberry are slow ?
Hello Mich,
You will need to try generating the source for the java project by using the bbwp.exe /s parameter and see if that may resolve the issue.
After that you can then go ahead and open up the source as a project in the BlackBerry Java plug-in for Eclipse and then after that use all of the Java memory profiling tools to debug as well as profile your extension.
The garbage collection will be of great importance when you have objects that go out of scope, but in the event that you have got objects that are hanging around that which have been referenced by pointer, then they won't be collected.
Regards,
Carl