文件名称:Android代码-image-loader
文件大小:147KB
文件格式:ZIP
更新时间:2022-08-26 22:02:47
Android代码
Image Loader Image loader library for Android. Features Image transformations Automatic memory and storage caching Ability to load images from any custom data type Both synchronous and asynchronous image loading modes Almost unlimited customization Usage (sample) Add dependency: dependencies { implementation 'com.budiyev.android:image-loader:2.5.6' } And load images simply: public class MainActivity extends AppCompatActivity { @Override protected void onCreate(Bundle savedInsta
【文件预览】:
image-loader-master
----gradlew(5KB)
----src()
--------main()
----LICENSE(1KB)
----gradle()
--------wrapper()
----README.md(3KB)
----gradlew.bat(2KB)
----gradle.properties(78B)
----.gitignore(116B)
----build.gradle(4KB)
----proguard-rules.pro(916B)