Given the large volume of data involved, you might be better off just using ADO.NET and not a ContentProvider. Is that an option for you?
On Thu, Jan 3, 2013 at 2:18 PM, Jeremy A. Kolb - ARA/NED <[email protected]>wrote: > I’m getting killed with bulk inserts via ContentResolver because of the > marshaling of ContentValues[] between C# and Android right before it calls > into my ContentProvider (C# again). It looks like that must be two copies. > **** > > ** ** > > I have large arrays (a couple of thousands of elements). Is there any way > to make this faster short of not using the android content provider > interfaces?**** > > ** ** > > Jeremy**** > > _______________________________________________ > Monodroid mailing list > [email protected] > > UNSUBSCRIBE INFORMATION: > http://lists.ximian.com/mailman/listinfo/monodroid > > -- http://www.opgenorth.net
_______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
