Skip to content

Carousel animation using recyclerview with bottom aligned in Android

Notifications You must be signed in to change notification settings

Priyanka0818/RecyclerViewCarousel

Repository files navigation

RecyclerViewCarousel

Carousel animation using recyclerview with bottom aligned in Android

Carousel animation is generally a common implementation with viewpager. With recyclerview this is something different. I took help from this link https://stackoverflow.com/a/41307581/8101634 and implemented the same with recyclerview.

image

By commenting out this line in CarouselLayoutManager

child.pivotY = child.height.toFloat()

you will get the result as below image.

image

About

Carousel animation using recyclerview with bottom aligned in Android

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages