Skip to content

Kotlin application for displaying images in RecyclerView using Picasso library with CardView.

Notifications You must be signed in to change notification settings

AndroidCodility/Picasso-RecyclerView

Repository files navigation

Picasso-RecyclerView

Sample for displayimg images in recyclerview using Picasso library with Cardview.

Add Dependencies

dependencies {

implementation 'com.android.support:cardview-v7:26.1.0'
implementation 'com.squareup.picasso:picasso:2.5.2'
implementation 'com.android.support:recyclerview-v7:26.1.0'

}

Picasso V1 Picasso V2

Play Video

Like Facebook Page

About

Kotlin application for displaying images in RecyclerView using Picasso library with CardView.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages