Like Viewpager or in RecyclerView we can achive this behavior of swiping only one item per swipe. In RecyclerView we achiveve this behavior by using SnapHelper. Any idea how to achieve this behavior in Compose?
Like Viewpager or in RecyclerView we can achive this behavior of swiping only one item per swipe. In RecyclerView we achiveve this behavior by using SnapHelper. Any idea how to achieve this behavior in Compose?