> On Sep 9, 2014, at 12:25 PM, Suresh Joshi <[email protected]> wrote: > > Picasso is an image loading/smart caching library (something like > FastImageCache for iOS). OkHttp is a HTTP protocol library, that Picasso uses > internally. I'm trying to override OkHttp to point at the filesystem instead > of a web URL (there aren't too many other ways to customize how Picasso works)
Hm. But the images are already downloaded. Are you trying to get them into Picasso just because the rest of your app is hardwired to go through Picasso to access resources? If so, could you abstract that to a custom interface, and have the implementation call either Picasso or CBL? —Jens -- You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/AE9757AB-2E72-4FC0-994E-E1A7F4A35E77%40couchbase.com. For more options, visit https://groups.google.com/d/optout.
