All Projects → sunfusheng → Glideimageview

sunfusheng / Glideimageview

基于Glide V4.9.0封装的图片加载库,可以监听加载图片时的进度

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Glideimageview

SvgGlidePlugins
Plugins for Glide 4 image loading libraries for load SVG
Stars: ✭ 60 (-96.55%)
Mutual labels:  glide, imageloader
neon
Provides Jetpack Compose support for different image loading libraries.
Stars: ✭ 13 (-99.25%)
Mutual labels:  glide, imageloader
EasyGlide
🐼基于Glide 4.12.0封装的 一键使用工具类。现已改为kotlin实现。支持HTTPS图片,可下载图片,可监听加载进度。包含常用变换:高斯模糊,圆角矩形,圆形,黑白,描边圆形,描边方形。
Stars: ✭ 121 (-93.05%)
Mutual labels:  glide, glideimageview
Glide
An image loading and caching library for Android focused on smooth scrolling
Stars: ✭ 32,046 (+1740.67%)
Mutual labels:  glide, imageloader
Pictureselector
Picture Selector Library for Android or 图片选择器
Stars: ✭ 11,095 (+537.28%)
Mutual labels:  glide
Rdgliderviewcontroller Swift
Control for a floating view gliding over a ViewController Edit
Stars: ✭ 102 (-94.14%)
Mutual labels:  glide
Mvpframes
整合大量主流开源项目并且可高度配置化的 Android MVP 快速集成框架,支持 AndroidX
Stars: ✭ 100 (-94.26%)
Mutual labels:  glide
Qbox
🐈 RxJava+Retrofit+Okhttp+Glide + A life tool App, contains modules: news; jokes; constellation fortune; LED; weather; calendar; two-dimensional code, and more ... 小秋魔盒是一个生活工具 App,主要功能有:新闻资讯;微信精选美文;笑话趣图;星座运势;LED字幕;天气;日历;二维码;手电筒;老黄历。在开发中尽可能多的用了目前比较流行的框架和库。
Stars: ✭ 1,360 (-21.88%)
Mutual labels:  glide
Xsnow
💮基于RxJava2+Retrofit2精心打造的Android基础框架,包含网络、上传、下载、缓存、事件总线、权限管理、数据库、图片加载,基本都是项目中必用功能,每个模块充分解耦,可自由拓展。
Stars: ✭ 1,678 (-3.62%)
Mutual labels:  glide
Tileprogressview
Simple Progress View with Tile Animation
Stars: ✭ 126 (-92.76%)
Mutual labels:  progressview
Rxapp
Stars: ✭ 108 (-93.8%)
Mutual labels:  glide
Glide Docs Cn
Glide简体中文文档站点托管项目。
Stars: ✭ 1,395 (-19.87%)
Mutual labels:  glide
Scallop
干货集中营Android app(MVP + RxJava2 + Dagger2 + Retrofit)
Stars: ✭ 120 (-93.11%)
Mutual labels:  glide
Basemvp Master
一个基本的MVP应用框架(RxJava+Retrofit+Glide+IjkPlayer),封装比较完善,易于使用,帮助日常快速开发一个项目。
Stars: ✭ 101 (-94.2%)
Mutual labels:  glide
Glidepalette
Android Lollipop Palette is now easy to use with Glide
Stars: ✭ 1,670 (-4.08%)
Mutual labels:  glide
Glide Transformations
An Android transformation library providing a variety of image transformations for Glide.
Stars: ✭ 9,540 (+447.96%)
Mutual labels:  glide
Youqu master
友趣app,一款可以交朋友并且十分有趣的应用。Rxjava+Retrofit+Glide+ijkplayer结合的MVP框架(精选图书,妹纸福利图片,火爆视频,各种炫酷特效)
Stars: ✭ 107 (-93.85%)
Mutual labels:  glide
Kingtv
📺 高仿全民直播(全民TV),项目采用 MVP + RXJava + Retrofit + OKHttp + Material Design + Dagger2 + Base + Glide + GreenDao构建。因为全民TV已经凉了,导致App已经连不上。所以本项目已暂停维护。仅供学习。 推荐MVPFrame: https://github.com/jenly1314/MVPFrame 和你值得拥有的MVVMFrame快速开发框架: https://github.com/jenly1314/MVVMFrame
Stars: ✭ 1,594 (-8.44%)
Mutual labels:  glide
Composable Images
The Composable Images is a library providing Jetpack Compose wrapper for Glide, Picasso, and Coil.
Stars: ✭ 107 (-93.85%)
Mutual labels:  glide
Typrogressbar
Custom animating gradient progress bar
Stars: ✭ 106 (-93.91%)
Mutual labels:  progressview

GlideImageView Download

该库是基于Glide V4.9.0设计的,实现如下特性:

1、监听加载网络图片的进度
2、动态加载成有弧度的图片、圆形图片、高斯模糊图片更方便
3、链式设置触摸图片的透明度和非使能的透明度
4、增加九宫格控件,具体使用参考NineImageViewActivity


监听加载高清图片进度的效果图


APK下载地址,去手机上体验吧 (◐‿◑)


具体使用说明如下

Gradle:

compile 'com.sunfusheng:GlideImageView:<latest-version>'

GlideImageView 主要方法

load(String url, @DrawableRes int placeholder, int radius, OnProgressListener onProgressListener)

load(Object obj, @DrawableRes int placeholder, Transformation<Bitmap> transformation, OnProgressListener onProgressListener)

loadCircle(String url, @DrawableRes int placeholder, OnProgressListener onProgressListener)

loadDrawable(@DrawableRes int resId, @DrawableRes int placeholder)

个人微信公众号


关于我

GitHub: sunfusheng

个人邮箱: [email protected]

个人博客: sunfusheng.com

简书主页

新浪微博

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].