cancel
Showing results for 
Search instead for 
Did you mean: 

Android synchronization taking very long time

Former Member
0 Kudos

I am using SUP 2.1.2 and android 2.2 and 2.3. Synchronization on my device is taking approximately 2 minutes, no matter how much data is synchronized with the server.

I have tried synchronizing only one MBO at a time which is having only 10 rows to be synchronized but its taking the same time that it's taking to sync 500 rows of data.

I have just called MySampleAppDB.synchronize("sync group name") method to synchronize the data. Is there anything that I am missing? if not then why is it taking so much time?

Please share if you have any solution.

Accepted Solutions (0)

Answers (1)

Answers (1)

rakshit_doshi
Active Contributor
0 Kudos

Hi Gurpreet,

As per my understanding you can do nothing while you are synchronizing the data right with the synchronize() API.

Try using beginSynchronize() API which is a non blocking call.

It will synchronize in the background and you dont have to wait for the operation to complete.

Hope this helps.

Thanks,