How to cache image in picasso without load it to ImageView?

Viewed 422

I developed my own AD SDK (like admob) and use picasso for loading images . my purpose is prevent user see blank imageview or placeholder while image is loading therefor I want load images in an IntentService to sure when activity started user see image without waiting . how can i achieve this ?

0 Answers
Related