Picasso Library, Android: Using Error Listener

后端 未结 6 1560
说谎
说谎 2020-11-29 05:11

I\'m playing around with the Picasso library for image loading, but I\'m running into an issue. When an image fails to load, I want to hide the view rather than load in a de

6条回答
  •  我在风中等你
    2020-11-29 05:38

    Just a suggestion, but you might avoid issues in programming if you make an "empty" png file and set it as the default image file in your res folder... kinda silly i know... but likely to work without fighting...

提交回复
热议问题