Nested scrolling | Jetpack Compose Tips

Поделиться
HTML-код
  • Опубликовано: 23 ноя 2024

Комментарии • 27

  • @AndroidDevelopers
    @AndroidDevelopers  3 месяца назад +8

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

  • @tanishranjan
    @tanishranjan 3 месяца назад +22

    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 3 месяца назад +5

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

  • @Игорь-ф7р3н
    @Игорь-ф7р3н 3 месяца назад +12

    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

  •  3 месяца назад +3

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

  • @codingCouncil
    @codingCouncil 2 месяца назад +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 ?

  • @ArthurKhazbs
    @ArthurKhazbs 3 месяца назад

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

  • @somali4166
    @somali4166 3 месяца назад

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

  • @PurelyAndroid
    @PurelyAndroid Месяц назад

    Thanks for the tips.

  • @vhmvdn
    @vhmvdn 3 месяца назад +2

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

  • @roman71717
    @roman71717 3 месяца назад +2

    Nice! But what about getting a simple scrollbar component?

    • @GakisStylianos
      @GakisStylianos 3 месяца назад

      In a lazy or a non lazy list?

    • @roman71717
      @roman71717 3 месяца назад

      @@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 3 месяца назад +1

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

  • @waheedahmed6602
    @waheedahmed6602 2 месяца назад

    does anyone have the github repo for the demonstrated app?

  • @preetishsrivastav9785
    @preetishsrivastav9785 3 месяца назад +1

    Awesome🙌

  • @김동현-z1s9v
    @김동현-z1s9v 3 месяца назад +1

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

  • @OrlanDroyd
    @OrlanDroyd 3 месяца назад +1

    Thx 🙏 ❤

  • @abhilashpatel6852
    @abhilashpatel6852 Месяц назад +1

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

  • @TejasJadhav-y2s
    @TejasJadhav-y2s 3 месяца назад +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

  • @hemangsuthar5281
    @hemangsuthar5281 3 месяца назад

    Android redesigning is inevitable. Please.

  • @maklasuddin5595
    @maklasuddin5595 3 месяца назад

    😊😊😊

  • @johnnykeener3727
    @johnnykeener3727 3 месяца назад

    Android!

  • @Alchemist10241
    @Alchemist10241 27 дней назад

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

  • @isaidstream4547
    @isaidstream4547 3 месяца назад

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