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
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.
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
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!
Great, can you make a video of lazy staggered grid? How to scroll two lazy column at same time with smooth scrolling.
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
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.
Can you do a video on integrating CameraX with Compose?
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
Great video!
Thanks! Any chance we get a video on an example of a custom LazyLayout (new in compose 1.2.0)?
Will come!
It would have better if you shown example with string values .I am getting error while I pass list of objects
Thanks!
bm - 6:07
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
can u do a video on lazyverticalgrid in lazycolumn?
as for now you need a custom column
hi, is there a way to move items?
I mean drag and drop
feels like adaptive and fixed are actually meant the other way around.
items are getting recomposed and state lost. :c
Why previews is not allow
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!
me too. if you'd use a logger, you'd see items are getting recomposed event after they got composed once before
Kindly update this video