Grokking Android

Getting Down to the Nitty Gritty of Android Development

Posts tagged “ContentProviderOperation.Builder”:

Android: Better Performance with ContentProviderOperation

By

ContentProviders are one of Android’s core building blocks. They represent a relational interface to data – either in databases or (cached) data from the cloud. Sometimes you want to use them for multiple operations in a row. Like updating different sources and so on. In those cases you could call the respective ContentResolver methods multiple […]  Continue Reading  “Android: Better Performance with ContentProviderOperation”