빈 구멍 채우기
[Android]ViewPager2 infinite auto scrolling
⭐⭐기록
2021. 8. 11. 18:10
양방향 스크롤 루프, 자동 스크롤 기능 둘 다 개발 중.
양방향으로 스크롤 루프. ViewHolder의 아이템 개수를 Int.MAX_SIZE 로 두고 쓰고 싶지 않아서 방법을 찾아봤다.
https://stackoverflow.com/a/66631104/9287140
Android : Implementation of two way Endless Viewpager
What I want: I have been trying to implement two directional Endless viewpager in Android, Left to Right & Right to Left What I did: I have implemented Endless viewpager adapter, it works f...
stackoverflow.com
자동 스크롤은 다음을 참고
Android: Infinite Carousel with Coroutines and ViewPager2
Auto-scrolling carousels seem like something reminiscent of e-commerce websites, not something you would usually see on mobile, and maybe…
lucianoluzzi.medium.com