양방향 스크롤 루프, 자동 스크롤 기능 둘 다 개발 중.
양방향으로 스크롤 루프. 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
'빈 구멍 채우기' 카테고리의 다른 글
[Android] ExoPlayer 동영상 플레이 (0) | 2021.09.01 |
---|---|
[소트프웨어 엔지니어링] Software Engineering at Google 읽고 기록 _ Chapter 3 (0) | 2021.08.17 |
[Android]Glide fitXY (0) | 2021.08.11 |
[Android]AlertDialog.Builder- dismiss() 사용 남발 (0) | 2021.08.09 |
[소트프웨어 엔지니어링] Software Engineering at Google 읽고 기록 _ Chapter 1, 2 (0) | 2021.07.29 |