Skip to content

AndroidCodility/StaggeredRecyclerView

Repository files navigation

StaggeredRecyclerView

Kotlin Application for Staggered RecyclerView to display list items with an image using Glide Library and text.

About Glide :

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.

Add Dependencies

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

Play Video

Like Facebook Page

About

Kotlin Application for Staggered RecyclerView to display list items with an image and text.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages