SherlockGougou / BigImageViewPager

🔥🔥🔥 BigImage ImageView ViewPager 支持超长图、超大图的图片浏览器,优化内存,支持手势放大、下拉关闭、查看原图、加载百分比、保存图片等功能。
Other
2.17k stars 247 forks source link

作者大大你好,我想问下加载的百分比可以获取到吗,因为我想加上加载时显示百分比 #26

Closed dary123 closed 5 years ago

dary123 commented 5 years ago

作者大大你好,我想问下加载的百分比可以获取到吗,因为我想加上加载时显示百分比

SherlockGougou commented 5 years ago

你说的是缩略图的加载百分比嘛?加载原图时的百分比是有的,但是没有暴露出来。

dary123 commented 5 years ago

我说的是原图的百分比,因为公司有需求,需要加载原图时不是显示进度条,而是显示百分比

SherlockGougou commented 5 years ago

你可以复制源码后,自己改写这个类中的相应代码:https://github.com/SherlockGougou/BigImageViewPager/blob/master/library/src/main/java/cc/shinichi/library/view/ImagePreviewActivity.java 显示百分比的代码在这一块: image

后续有空可能会提供自定义百分比View的功能。

dary123 commented 5 years ago

好的,感谢

SherlockGougou commented 5 years ago

最新版本的4.0.0已经支持自定义百分比了,详情可以看Demo:https://github.com/SherlockGougou/BigImageViewPager/blob/master/sample/src/main/java/cc/shinichi/bigimageviewpager/MainActivity.java#L291