Full Guide to Shared Element Transition Animation in Android with Jetpack Compose

Поделиться
HTML-код
  • Опубликовано: 15 сен 2024
  • 🏆 My Online Courses
    stevdza-san.com
    ☕ Let's get a coffee. You're paying! :)
    ko-fi.com/stev...
    💻 Github
    github.com/ste...
    📸 Instagram
    / stevdza_san
    Orbital: github.com/sky...

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

  • @duskodugousko1938
    @duskodugousko1938 9 месяцев назад +1

    Svaka čast brate, savršen tutorial!

    • @mubaraknative
      @mubaraknative 9 месяцев назад

      Bosnian "LANGUAGE IS TOO HARD"

  • @Techniuss
    @Techniuss 9 месяцев назад

    you need Millions of views ❤ I am thankful

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

    We have a shared element transistion in compose now with official one! BTW it is useful for KMP

  • @RafaelPerez-cs2hb
    @RafaelPerez-cs2hb 6 месяцев назад

    How will this work on a real project with NavHost/list/details? is there a following video showing this scenario?

  • @maks-qe7ui
    @maks-qe7ui 9 месяцев назад

    i have a note app with lists of notes. When i click on some note can i use this libraty to move to another screen with this kind of animation?

  • @Chirag-Redij38
    @Chirag-Redij38 9 месяцев назад

    Hey steve... I do want to use shared element transition to the full size like you had in the 1st example but the posters I want to set are in lazycolumn... How do I do that?

  • @roushanali1918
    @roushanali1918 6 месяцев назад

    Great stuff. i am wondering how can we achieve this with compose destinations

  • @morfeoraikonen
    @morfeoraikonen 9 месяцев назад

    First of all great video and explanation, second which IDE are you using looks very clean, that’s Fleet ?

    • @StevdzaSan
      @StevdzaSan  9 месяцев назад

      Android Studio beta UI.

    • @morfeoraikonen
      @morfeoraikonen 9 месяцев назад

      @@StevdzaSan thanks I will try, look neat🤗

  • @ahmadab9666
    @ahmadab9666 9 месяцев назад

    nice, thank you, it's will be very usefull in my project i just hope it's seamless, is it better than motion layout? i use motion layout and it's not seamless like what i expected.

  • @dungngminh
    @dungngminh 9 месяцев назад +1

    Can you make a tutorial transition like miniplayer in youtube

    • @majidarabi7149
      @majidarabi7149 9 месяцев назад

      I am looking for exactly this tutorial, but unfortunately, I did not find a good tutorial for Jetpack Compose.
      @Stevdza-San

  • @Nyao35
    @Nyao35 8 месяцев назад

    Thank you, but it's crazy how it's harder to do if you compare it to the Hero widget in flutter

  • @michaelk7942
    @michaelk7942 9 месяцев назад

    Thanks for the video 😊

  • @frankyjunior6005
    @frankyjunior6005 9 месяцев назад

    Lovely library

  • @joelposhapir3737
    @joelposhapir3737 9 месяцев назад

    Can you make videos on android kotlin design patterns, what you think about it?

  • @redmist5761
    @redmist5761 9 месяцев назад

    What is ripple effect?

  • @David-zb8br
    @David-zb8br 9 месяцев назад

    this doesnt work with compose navigation right?

    • @StevdzaSan
      @StevdzaSan  9 месяцев назад +1

      I don't think so, because there would be a conflict between transition animations I guess.

    • @mi_coder8637
      @mi_coder8637 9 месяцев назад

      @@StevdzaSan are there any Shared Element Transitions for compose navigations?