Hi Developers, I am trying to design a application which can send data and retrieve data from the remote web service. I am trying to use IntentService periodically to sync data with the remote web service. For upload data to server, the IntentService only sent a few records. but for download data, sometime the IntentService needs to download a few THOUSANDS rows of data from server. While downloading the data, I hope the UI thread can still query the local Sqlite to display data. But it seems like that Sqlite has the write lock while IntentService saving the data to prevent the UI thread to read the data from the database.
Any suggestions for this scenario? Many thanks, -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

