android - Does Picasso library save image to the cache? -
i work on android application, , clarify, picasso library save processing image cache?
if not, how can force picasso save image cache?
picasso automatically caches images. can check picasso loaded image calling
setindicatorsenabled(true)
on builder.
Comments
Post a Comment