如何用 Jetpack compose 实现轮播(卡片滑块)?

How to implement carousel (card slider) with Jetpack compose?

我一直在使用this library在View系统中实现轮播。 如何在 Jetpack Compose 中实现轮播?

好吧...这取决于您需要此库的哪些功能,但对于“简单”寻呼机,您可以使用 Pager Accompanist 库。

https://github.com/google/accompanist/tree/main/pager

您可以在此处查看文档:

https://google.github.io/accompanist/pager/