Using android square's picasso only for caching and decoding -
i utilize picasso (https://github.com/square/picasso) caching , bitmap decoding, problem i'm having request url illustration : server.com/component/1 gives me proto file parse contains other info , bytestring of image decode bitmap.
is there way utilize picasso thought request url not image or utilize caching , decoding bitmaps, i've tried using class target works url of image alone.
thanks.
i think it's not possible, can caching, load
method has 4 overrides uri
, string
, bitmap
, int
. when utilize bitmap
parameter, able cache bitmap. picasso created image loader, don't think has method received info server.
android picasso square
No comments:
Post a Comment