10-29-2009, 07:50 AM
|
#2 (permalink)
|
| BlackBerry Extraordinaire
Join Date: Mar 2008 Location: Austin, TX Model: 9700 PIN: N/A Carrier: T-Mobile
Posts: 1,644
Post Thanks: 0 Thanked 34 Times in 33 Posts
| Not much here to go on, but my guess is that you are performing this synchronization work in the UI event thread, which will hang the UI for the entire device until it is finished.
This type of work should be done in a worker thread, which runs in the background. |
| Offline
| |