Jetpack Compose Pagination / Infinite Scroll

preview_player
Показать описание
Kilo Loco goes over how to implement pagination / infinite scrolling by using Lazy Column in Jetpack Compose. He covers how to update the MainActivity's View Model and observing the changes using Live Data.

*** Show Notes and Links ***

Project Files:

Kilo Loco on Social Media:

#androiddev #jetpackcompose #kotlin
Рекомендации по теме
Комментарии
Автор

I feel like we spend more time in Swift/iOS going over every little detail about Swift, SwiftUI, and Combine, and then it's just like bam let's just make a flutter and jetpack compose app on the side! the different topics work for my attention span but somehow I'm missing something, especially since I'm less familiar with Jetpack Compose and Flutter. I'm trying to get deeper into SwiftUI/iOS like the best way to design the network fetching, login state type of stuff

stevez
Автор

You can use jetpack Compose Paging instead of manually doing it.

shakilg
Автор

create video on basic of android Gradle, also how the android project setup is working, each files. there is no video out there

milon
Автор

This is not "infinitely" scrollable :(

MrACrazyHobo