Please enable JavaScript.
Coggle requires JavaScript to display documents.
LIST - LAZY LAYOUT - Coggle Diagram
LIST - LAZY LAYOUT
SCROLLING
NESTED SCROLLING
https://www.youtube.com/watch?v=VzWQOMrGRoE
https://www.youtube.com/watch?v=Y547UHx5Rc0&t=15s
GET BOTH LAZY COLUMN AND ROW TOGETHER
CATEGORY STICKY HEADERS
https://www.youtube.com/watch?v=fG3FjhF2bCg
https://www.youtube.com/watch?v=XfYlRn_Jy1g
PARALLAX
https://www.youtube.com/watch?v=gGdMQ4EhEPo
Overscrollable Effect
https://stackoverflow.com/questions/70754397/how-to-implement-bounce-effect-on-jetpack-compose-lazy-column
https://developer.android.com/reference/kotlin/androidx/compose/foundation/OverscrollEffect
https://github.com/Valkriaine/Bouncy
StaggeredGrid :star:
escalonado
arrange (events, payments, hours, etc.) so that they do not occur at the same time; spread over a period of time.
https://youtu.be/9udly2Gqdoc?t=354s
https://www.youtube.com/watch?v=16Slq46isbU
SwipeToDismissBox
REF
https://medium.com/@astamato/swipe-and-savor-building-a-swipeable-snackbar-in-compose-c696cbe72135
https://medium.com/@shivathapa.dev/apply-swipetodismissbox-in-android-jetpack-compose-4b9cec46355e
requires implementation 'androidx.compose.material3:material3:1.2.1'
REF
https://www.youtube.com/watch?v=9udly2Gqdoc
LazyVerticalGrid
https://youtu.be/xc8nAcVvpxY?t=642s
LazyColumn