Nested scrolling | Jetpack Compose Tips

Поділитися
Вставка
  • Опубліковано 8 лют 2025
  • Scrolling can be a valuable tool for making fun and delightful apps!
    In this episode, learn how to use nested scrolling in Compose, for a seemingly complex coordination between multiple components on a single scroll.
    Learn more → goo.gle/compos...
    Watch more Compose Tips for Delightful UI → goo.gle/Compos...
    Subscribe to Android Developers → goo.gle/Androi...
    #Featured #JetpackCompose #AndroidDevelopers
    Speaker: Simona Milanovic
    Products Mentioned: Jetpack Compose, Android Dev

КОМЕНТАРІ • 29

  • @AndroidDevelopers
    @AndroidDevelopers  6 місяців тому +9

    Watch more Compose Tips for Delightful UI → goo.gle/ComposeTips

  • @tanishranjan
    @tanishranjan 6 місяців тому +24

    Android development has changed a lot in the last 6 years. I remember having hard time understanding the documentations when I was a beginner. For most of time it was the only resource available on some APIs. Now there's so much good resources to boost anyone's progress starting in android 🔥🔥

  • @monsterbrain
    @monsterbrain 5 місяців тому +9

    A sample github project where we can reference the code with some usecases would be nice.

  •  6 місяців тому +3

    Yess! I wanted to do this so bad, now I understand how it works, thank you!!

  • @gafoor11
    @gafoor11 Місяць тому

    love this explanation

  • @Игорь-ф7р3н
    @Игорь-ф7р3н 6 місяців тому +13

    This is not a working code. If you do this, the list will not scroll through the last ImageSize height. Last item will be hidden or cropped depending on item height.😢
    This is because offset also offsets the last element. To fix add extra spacer with height=imageMinHeight in the end of you list

  • @PurelyAndroid
    @PurelyAndroid 4 місяці тому

    Thanks for the tips.

  • @ArthurKhazbs
    @ArthurKhazbs 5 місяців тому

    I remember I used these deltas when I was making a custom upside-down pull-to-refresh component.

  • @OrlanDroyd
    @OrlanDroyd 6 місяців тому +1

    Thx 🙏 ❤

  • @preetishsrivastav9785
    @preetishsrivastav9785 6 місяців тому +1

    Awesome🙌

  • @codingCouncil
    @codingCouncil 4 місяці тому +1

    What i dont get here is that since the initial composable was a Box with a List and an image , why were they not overlapping and positioned as if in a Column .
    Godddd , this videos are so awesome until they are not .
    Was there some kind of manual positioning of composables under the Box composable or ?

  • @roman71717
    @roman71717 6 місяців тому +3

    Nice! But what about getting a simple scrollbar component?

    • @GakisStylianos
      @GakisStylianos 6 місяців тому

      In a lazy or a non lazy list?

    • @roman71717
      @roman71717 6 місяців тому +1

      @@GakisStylianos will be useful for both, I know there are some solutions for this from the community but would be nice to get an official impl with modifier.node for better performance.

    • @GakisStylianos
      @GakisStylianos 6 місяців тому +1

      @@roman71717 nothing "simple" about a scroll bar for a lazy list

  • @petacardi
    @petacardi Місяць тому

    Awesome! Is the source code available somewhere? Thank you!

  • @vhmvdn
    @vhmvdn 6 місяців тому +2

    How can we add a ‘snap’ behaviour to this?

  • @somali4166
    @somali4166 6 місяців тому

    Thank you, can you explain to us how to connect SQLlite database using Room and display and follow the data through SQLlite Browser?

  • @waheedahmed6602
    @waheedahmed6602 5 місяців тому

    does anyone have the github repo for the demonstrated app?

  • @김동현-z1s9v
    @김동현-z1s9v 6 місяців тому +1

    Where can i get the full code? it would be better to provide full code or any gist...

  • @maklasuddin5595
    @maklasuddin5595 6 місяців тому

    😊😊😊

  • @TejasJadhav-y2s
    @TejasJadhav-y2s 6 місяців тому +1

    i am B-Tech IT graduate but i want to pursue app development as a skills and do expertise please give me best roadmap and FREE courses to pursue app development in new era of ai and new technologies relevant courses for app development i am waiting for your response

  • @abhilashpatel6852
    @abhilashpatel6852 4 місяці тому +1

    Coding now a days moving to too much declarative. No logic required to code. You only need to know what to apply 😅

  • @hemangsuthar5281
    @hemangsuthar5281 6 місяців тому

    Android redesigning is inevitable. Please.

  • @johnnykeener3727
    @johnnykeener3727 6 місяців тому

    Android!

  • @Alchemist10241
    @Alchemist10241 3 місяці тому +1

    I don't like Android Developers teaching method. You can not just explain the code without building it from start to finish.

  • @isaidstream4547
    @isaidstream4547 6 місяців тому

    Why not just use html, css and javascript sintaxis for android development? Im gonna wait