Full Guide to Lazy Grid in Jetpack Compose - Android Studio Tutorial

preview_player
Показать описание
With the LazyVerticalGrid, you can easily implement a lazy loading grid in Jetpack Compose with either a fixed amount of columns or making it adaptive to adapt the columns to the width of the parent. In this video I'll show you how you can make use of it.

⭐ Get certificates for your future job
⭐ Save countless hours of time
⭐ 100% money back guarantee for 30 days
⭐ Become a professional Android developer now:

💻 Let me personally review your code and provide individual feedback, so it won't backfire and cost you a fortune in future:

🎓 Become an industry-ready developer in the Mobile Dev Campus:

🎁 Get my FREE 4.5h course "The Best Practice Guide to Android Architecture":

Read our weekly Android blog:

Join this channel to get access to perks:

Join my Discord server:

You like my free content? Here you can buy me a coffee:
Рекомендации по теме
Комментарии
Автор

Great, can you make a video of lazy staggered grid? How to scroll two lazy column at same time with smooth scrolling.

HariKrishnan-espo
Автор

Thanks! Any chance we get a video on an example of a custom LazyLayout (new in compose 1.2.0)?

saabzero
Автор

btw lazy Grids are stable in compose 1.2, no need for experimental annotation with those functions? just waiting for stable release of compose 1.2

jakacepibula
Автор

a good video to add would be a list in a list that scrolls the same direction. right now compose throws an exception if you try that; seems like there might be workarounds

josephwaldner
Автор

It would have better if you shown example with string values .I am getting error while I pass list of objects

KalpeshChari
Автор

Great video thank you a lot my friend.
May I request tutorial for a tiny real of test base app like instrumentation test or tdd design and async test for Example. I've already seen all your amazing videos in test playlist + full Guide to testing video.

miladhashemzadeh
Автор

Can you do a video on integrating CameraX with Compose?

xhivo
Автор

hi Philipp Lackner first i would thank you for this channel. I'm confused because i still learning kotlin with XML but when i watched your video for jetpack compose i lake it so my question is Can I transfer to this course and start it even though I am still a beginner

devlopernewsheroapp
Автор

items are getting recomposed and state lost. :c

JoãoSantos-rb
Автор

Am i the only one getting super laggy lazy vertical grid when scrolling? Even with simple composables like Texts. Am i doing something wrong? Please help philipp!

David-zbbr
Автор

can u do a video on lazyverticalgrid in lazycolumn?

SureshSivalingam-beny
Автор

feels like adaptive and fixed are actually meant the other way around.

maximooze