I am performing hundreds of calls to a single content provider to
perform various insertions, updates and deletions. After profiling my
application, I have noticed that the ContentResolver class takes
approx. 30ms to retrieve the corresponding content provider object for
each call. Is there anyway to retrieve a reference to the content
provider rather then going through the ContentResolver every time?

Many thanks,

Charles
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to