Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 635 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 635 Bytes

CarouselView


Useful library for showing list in sliding mode or carousel mode

Options

  • showing horizontal and vertical
  • auto scrolling (with pause/resume)
  • change listener scrolling
  • slider mode/ carousel mode
  • change scrolling speed

Usage

add to root build.gradle

    maven { url "https://jitpack.io" }

add to module build.gradle

    implementation 'com.github.alirezat775:carousel-view:1.0.0'