Android Picasso Image does not load

后端 未结 16 1802
醉梦人生
醉梦人生 2020-12-10 04:02

There are two situations I load images, first, just directly from the internet, and second, load images that are downloaded in the device. And whenever I load, 8~9 out of 10

16条回答
  •  既然无缘
    2020-12-10 04:31

    Maybe this helps someone,

    For my url I was using http://localhost:8080/api/get-image/image.jpg...

    You need to set instead of localhost, the server's ip!!

提交回复
热议问题