How can one get this snapping behavior on horizont...
# compose
a
How can one get this snapping behavior on horizontal scroll (LazyRow?) as shown in this video, like
LinearSnapHelper
for
RecyclerView
(solved)
It turned out to be pretty easy, I will leave this here in case anyone finds it useful https://developer.android.com/reference/kotlin/androidx/compose/foundation/gestures/snapping/SnapPosition.Start
👏🏽 1
🙌 1
👏 3
112 Views