Skip to content

一个以Android Picasso库为基础的支持下载进度实时显示的工具类

Notifications You must be signed in to change notification settings

AlexZhuo/AlxPicassoProgress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1ae6e03 · Sep 22, 2016

History

7 Commits
Sep 21, 2016
Sep 22, 2016
Sep 22, 2016
Sep 21, 2016
Sep 21, 2016
Sep 22, 2016
Sep 21, 2016
Sep 22, 2016
Sep 21, 2016
Sep 21, 2016
Sep 21, 2016
Sep 21, 2016

Repository files navigation

AlxPicassoProgress

为Android Picasso库添加了图片下载进度实时显示的功能

效果展示:

新功能:仿Instagram效果模糊图占位

demo demo



普通用法,使用默认图片占位

demo demo

使用方法:

如果想添加模糊图占位功能

AlxPicassoUtils.displayImageProgress(url,imageView,progressWheel,textView,base64Str);

参数分别为:图片url地址,ImageView控件,圆形进度条控件,进度显示TextView,经过Base64压缩的图片缩略图

AlxPicassoUtils.displayImageProgress(url,imageView,progressWheel,textView);

参数分别为:图片url地址,ImageView控件,圆形进度条控件,进度显示TextView

相关细节和用法、思路请看我的博客:http://blog.csdn.net/lvshaorong/article/details/52606943

About

一个以Android Picasso库为基础的支持下载进度实时显示的工具类

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages