【发布时间】:2015-03-14 17:49:08
【问题描述】:
您好朋友,如果您有任何想法请告诉我,我希望您能帮助解决我的问题。
我想在列表视图中显示图像。当我使用 http 协议时图像显示正常,但当我使用 HTTPS 图像时不显示。
我用毕加索在图像视图上显示图像
听听我使用的代码
Picasso.with(mContext).load("https://velocityagency.com/wp-content/uploads/2013/08/go.jpg").into(imgProduct);
提前致谢
【问题讨论】:
-
@user3289108 你读过这个问题吗?
-
现在我从stackoverflow.com/questions/23562794/…得到了我的解决方案