I'm implementing an application which uses the rest pattern described in Google IO 2010. My application interacts with a REST service and uses retrieved data (in Json format) to update local sqlite database. The problem is when data amount comes bigger: some requests can retreive thousands of json results corresponding to as many insert or update in sqlite db. In these cases, I get the error: JavaBinder !!! FAILED BINDER TRANSACTION !!!. No other messages, no exceptions.
I can't figure out, I tried with two different devices and with emulator. Some suggestions? -- 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

