Advanced layout animations in Compose (Shared elements)

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

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

  • @JimPekarek
    @JimPekarek Месяц назад +11

    Thanks for showing off Shared Element Transitions with a non-trivial example. This was really well-presented

  • @HoussamElbadissi
    @HoussamElbadissi 11 дней назад +3

    Amazing presentation! Super clear and to the point. Love the new APIs, as idiomatic and powerful as ever!

  • @occasus7964
    @occasus7964 Месяц назад +12

    These are the kinds of helpful videos that I look forward too.

  • @monsterbrain
    @monsterbrain Месяц назад +8

    It's looking great and found this really adding a smoothness to the app. Keep up the great work.

  • @carlfe4891
    @carlfe4891 Месяц назад +8

    I might finally use shared element transitions. Great work making this easy to customize and implement.

  • @PauliDev
    @PauliDev Месяц назад +4

    I loved your presentation and Droidcon Berlin! That was superb informative and now I'm glad those jetsnack examples are online and I'm able to experiment with them. I did my first sharedElementTransition today! These are the "fireworks" developers love Compose for!

  • @erfansn869
    @erfansn869 Месяц назад +3

    Great and nice content

  • @user-xv8dn4nm5k
    @user-xv8dn4nm5k Месяц назад +3

    Thank for sharing 👍

  • @AbdulBasit-kd5vk
    @AbdulBasit-kd5vk Месяц назад +3

    very nice explanation and demos.

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

    yes this is really well presented ! must be the very precise/accurate use of the visuals and the perfect examples.

  • @oleksee
    @oleksee Месяц назад +6

    My god this is complex and not obvious stuff over here. Haven't had much chance to work with animations in Compose so that makes it an extra layer harder for me to understand. Nevertheless thank you for the helpful video!

  • @evilexus
    @evilexus Месяц назад +6

    How something as "simple as animations" can add problems and add new features to fix those problems, What irony don't you think ?😅
    Anyway thanks for the well explained tutorial ✌

  • @justmeagain9302
    @justmeagain9302 Месяц назад +3

    I always aspire software engineers, you all are chads in the industry

  • @deviantstudio
    @deviantstudio Месяц назад +2

    i hope all these tricks will be documented in the docs

  • @serhii.petrosiuk
    @serhii.petrosiuk Месяц назад +3

    Great job!

  • @aligold22
    @aligold22 Месяц назад +2

    شكرا على الشرح انا تعلم برمجة تطبيقات الموبايل من النت ولدي تطبيقات شكرا على مجهودكم ❤

  • @Vatk4LI
    @Vatk4LI Месяц назад +22

    Why there is no blur background effects in compose built in libraries. It would be great for designs.

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

      There is the .blur modifier

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

      @@GakisStylianos did u ever use it? It's not a blur BACKGROUND modifier isn't it?

    • @GakisStylianos
      @GakisStylianos Месяц назад +2

      You might be looking for the "Haze" library by Chris Banes for this

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

      @@GakisStylianos yeah i saw it but its not quite well. For me it doesnt work even sdk 31 and above.

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

      What do you mean it doesn't work?

  • @TungNguyen-id4gi
    @TungNguyen-id4gi Месяц назад +3

    lots of information

  • @muzamilabdallah6768
    @muzamilabdallah6768 Месяц назад +2

    Great

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

    💯great presentation! Thanks!

  • @omyadav1866
    @omyadav1866 Месяц назад +3

    Very nice 👍 thanks for your support help me

  • @user-ml6qs4zk8z
    @user-ml6qs4zk8z Месяц назад +1

    油條 is so cute 😂❤

  • @calixtoandrade996
    @calixtoandrade996 Месяц назад +2

    thanks for this

  • @akashmanna2099
    @akashmanna2099 Месяц назад +2

    Great

  • @ahmadprogrammer136
    @ahmadprogrammer136 24 дня назад

    I have a first screen with a list of images, and when I click on any image, it moves to another screen with a HorizantelPager that displays all images with the HorizantelPager configured to start from the index of the image that was clicked, and a SharedElement is applied to this image. Now, if I change the image that the SharedElement was applied to in the second screen (HorizantelPager Screen) by swiping left or right, the SharedElement will not occur when I return to the first screen (which contains the list of images), but the SharedElement will be applied to the image that was clicked on the first page. I want the SharedElemnt to be applied even if I change the image in the second screen (HorizantelPager). I hope that I was able to describe the problem correctly 😅 Is there a solution to this problem?

  • @AndroidRecovery-USED
    @AndroidRecovery-USED Месяц назад +1

    I only have android honeycomb:(

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

    Google meet great success Android phone Android

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

    ANDROID DEVICE ID SUPPORT PRIVACY POLICY WITH VISITORS

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

    You people keep on making things complex. Flutter is much better for animations. Developer can focus on implementing the business logic, rather that these low level managements.

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

    1) Compose Animation can still be janky.