全部 文章 问答 分享 共找到13个相关内容
[问答] Picasso无法加载图片
可以加载数据Picasso无法加载图片,不报错。我加了获取到图片显示log会打印获取到图片的logStringcoverUrlLarge=album.getCoverUrlLarge();if(!
2020-05-16 21:34
·
喜马拉雅
[问答] 毛玻璃Glide代替Picasso
做毛玻璃哪部分,我用Glide代替了Picasso结果into里面找不到需要的Callback了怎么办。
2020-12-08 20:43
·
高斯模糊
[文章] 分享一个喜马拉雅项目的小bug,已解决
可能现在链接喜马拉雅sdk里面有些图片错了,用Picasso加载图片时音乐播放时加载图片为空时就会加载不出来弹回主页面报错,bug如下:解决办法:判断一下就可以了Picasso.class里面写的也是这个的
2019-12-13 11:09
·
喜马拉雅
[问答] 在学习网络编程Retrofit-第四章中遇到的问题
在加载图片中,有用到Picasso,视频里的教学方法是Picasso.get().load.into();发现不能使用后,百度说是用Picasso.with().load().into();其中with
[问答] recyclerview实现多布局。
importandroidx.recyclerview.widget.RecyclerView;importcom.example.testindexfunction.R;importcom.squareup.picasso.Picasso
2020-10-10 14:15
·
Androidrecyclerview

[文章] Hi ~ kotlin and 喜马拉雅 系列文章之五
源码关于Picasso加载图片的MEMORY问题的实验我们先使用Picasso加载大量图片并且快速切换图片界面图上我们打开这个东东!界面快速滑动的时候,Memory瞬间出现了断崖!一点也不平滑!
[问答] 喜马拉雅项目中 获取推荐内容到 RecyclerView中,为什么RecyclerView不能下拉刷新?
album.getPlayCount() + "");
content_size.setText(album.getIncludeTrackCount() + "");
Picasso.with
2022-06-10 17:33
·
喜马拉雅项目
[问答] 喜马拉雅项目做推荐页面时,RecycleView的item重复显示
//albumCoverIV.setImageBitmap(album.getMiddleCover());
//用毕加索来引入图片
Picasso.with
2021-07-07 15:28
·
RecycleView
[问答] 学习网络编程配置中Retrofit 解析请求到的数据 用到了RecyclerView,运行出现空指针异常
=data.get(position);titleTv.setText(dataBean.getTitle());authorTv.setText(dataBean.getUserName());//Picasso.get
2020-12-29 12:48
·
NullPointerException

[文章] 25000字总结Android优秀的第三方框架、各种学习资料(上)
GithubGlideImageView基于GlideV4.0封装的图片加载库,可以监听加载图片时的进度GithubfrescoGithubpicassoGithub图片加载框架的api封装,涵盖fresco,glide,picasso
2020-05-18 19:56
·
android
[问答] 《领券联盟》敲到第77集时,特惠UI界面无法显示
2207812169677-0-picasso.jpg2021-01-1914:03:32.0494280-4280/com.example.taobaounionD/HomePagerFragment
2021-01-19 14:04
·
BUG
- 1