I tried to consolidate my knowledge of compose writing some sort of pager / item picker that snaps the selected index to the center.
Here is the gist. 😄
I would really appreciate any sort of feedback (e.g. incorrect use of
@Stable
or
@Immutable
annotations, anti-patterns etc) as I'm quite new to compose 😅 Thank you!