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

Поділитися
Вставка
  • Опубліковано 4 лют 2025

КОМЕНТАРІ • 23

  • @HariKrishnan-es6po
    @HariKrishnan-es6po 2 роки тому +4

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

  • @josephwaldner1976
    @josephwaldner1976 2 роки тому

    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

  • @miladhashemzadeh5626
    @miladhashemzadeh5626 2 роки тому

    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.

  • @xhivo97
    @xhivo97 2 роки тому

    Can you do a video on integrating CameraX with Compose?

  • @devlopernewsheroapp2314
    @devlopernewsheroapp2314 2 роки тому

    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

  • @safionweb
    @safionweb 2 роки тому

    Great video!

  • @saabzero
    @saabzero 2 роки тому +1

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

  • @KalpeshChari
    @KalpeshChari 2 роки тому +1

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

  • @sovrinfo
    @sovrinfo 2 роки тому

    Thanks!

  • @siva_subramaniam
    @siva_subramaniam 2 роки тому

    bm - 6:07

  • @jakacepibula
    @jakacepibula 2 роки тому

    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

  • @SureshSivalingam-be6ny
    @SureshSivalingam-be6ny 2 роки тому

    can u do a video on lazyverticalgrid in lazycolumn?

  • @BuiHoang-l1b
    @BuiHoang-l1b Рік тому

    hi, is there a way to move items?

  • @maximooze3196
    @maximooze3196 2 роки тому

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

  • @JoãoSantos-r8b
    @JoãoSantos-r8b Рік тому

    items are getting recomposed and state lost. :c

  • @fenillathiya2164
    @fenillathiya2164 2 роки тому

    Why previews is not allow

  • @David-zb8br
    @David-zb8br 2 роки тому

    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!

    • @JoãoSantos-r8b
      @JoãoSantos-r8b Рік тому

      me too. if you'd use a logger, you'd see items are getting recomposed event after they got composed once before

  • @codefathermw
    @codefathermw Рік тому

    Kindly update this video