Grokking Android

Getting Down to the Nitty Gritty of Android Development

Posts tagged “openInputStream()”:

Handling Binary Data with ContentProviders

By

To share binary data across app boundaries Android’s programming model expects you to use content providers. And while I have covered how to access content providers and how to code one yourself, I haven’t covered how to deal with binary data. I am going to correct that in this post. How to access binary data […]  Continue Reading  “Handling Binary Data with ContentProviders”