Skip to content

自用的 Android 图片加载组件,面向接口编程,使用接口对各模块进行解耦,增强对第三方库的管控,底层可无缝切换底层的具体实现。默认实现了 Glide、Picasso、Universal-Image-Loader 。

License

Notifications You must be signed in to change notification settings

gzu-liyujiang/ImageLoader

Repository files navigation

ImageLoader

Release APK jitpack

自用的 Android/Java 图片加载组件,面向接口编程,使用接口对各模块进行解耦,增强对第三方库的管控,底层可无缝切换底层的具体实现。默认实现了 Glide、Picasso、Universal-Image-Loader 。

    allprojects {
        repositories {
            maven { url 'https://www.jitpack.io' }
        }
    }
    dependencies {
        implementation 'com.github.gzu-liyujiang:ImageLoader:版本号'
        //runtimeOnly 'com.github.bumptech.glide:glide:4.12.0'
        runtimeOnly 'com.nostra13.universalimageloader:universal-image-loader:1.9.5'
        //runtimeOnly 'com.squareup.picasso:picasso:2.8'
}

About

自用的 Android 图片加载组件,面向接口编程,使用接口对各模块进行解耦,增强对第三方库的管控,底层可无缝切换底层的具体实现。默认实现了 Glide、Picasso、Universal-Image-Loader 。

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published