Android Picasso Nine Patch Image From Url
I have a problem loading nine patch images from url into a view as the view's background. I can load nine patch images from resources which works fine. I set the target for Picasso
Solution 1:
My solution was using this class: https://gist.github.com/knight9999/86bec38071a9e0a781ee
Post a Comment for "Android Picasso Nine Patch Image From Url"