This repository has been archived by the owner on Jan 7, 2023. It is now read-only.
Releases: jama5262/CarouselView
Releases · jama5262/CarouselView
Release Version 1.2.2
Release Version 1.2.0
Minor changes
Handle IllegalStateException by Ade Dyas
Release Version 1.1.0
v1.1.0
Added an autoplay and autoplay delay feature
CarouselView carouselView = findViewById(R.id.carouselView);
carouselView.setAutoPlay(true);
carouselView.setAutoPlayDelay(3000);
Release version 1.0.0
Initial Release