Join Slack
Powered by
is it possible to make view pager looped infinite?
# compose
i
iamthevoid
01/28/2022, 2:26 PM
is it possible to make view pager looped infinite?
j
Jan Bína
01/28/2022, 4:53 PM
if you mean accompanist pager, there is this sample:
https://github.com/google/accompanist/blob/main/sample/src/main/java/com/google/accompanist/sample/pager/HorizontalPagerLoopingSample.kt
i
iamthevoid
01/28/2022, 4:55 PM
Wow, I'll check this
z
Zun
01/28/2022, 5:12 PM
I was about to say just use the modulo operator with an infinite page count but that wouldn't allow you to navigate back starting from page 1 so the trick to start at the center is quite clever
Open in Slack
Previous
Next