Morning, everybody. I found a pager implementation...
# compose
m
Morning, everybody. I found a pager implementation in example applications using Android Compose (https://github.com/android/compose-samples/blob/main/Jetcaster/app/src/main/java/com/example/jetcaster/util/Pager.kt). I'm looking for a way to implement the infinitely rotating functionality, something like a carousel view. Does anyone know the solution to such a problem?