Kotlin Application for Staggered RecyclerView to display list items with an image using Glide Library and text.
Glide is an Image Loader Library for Android developed by bumptech and is a library that is recommended by Google. It has been used in many Google open source projects including Google I/O 2014 official application. It provides animated GIF support and handles image loading/caching.
dependencies {
implementation 'com.android.support:cardview-v7:27.0.2'
implementation 'com.android.support:recyclerview-v7:27.0.2'
implementation 'com.github.bumptech.glide:glide:4.5.0'
}
Glide V1 | Glide V2 | Glide V3 |
---|---|---|