AndroidCodility / StaggeredRecyclerView

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:Apache License 2.0


Languages

Language:Kotlin 100.0%