How to Implement a Shared Element Transition In Jetpack Compose

Sdílet
Vložit
  • čas přidán 4. 05. 2024
  • We finally have a shared element transition API for Compose! This video shows you how to use it.
    The 25% ESSENTIALS discount for all my courses expires TODAY:
    pl-coding.com/premium-courses...
    Get the code here:
    github.com/philipplackner/Sha...
  • Věda a technologie

Komentáře • 47

  • @PhilippLackner
    @PhilippLackner  Před 14 dny +2

    The 25% discount for all my courses expires in 10h. There's no discount planned in the next time:
    pl-coding.com/premium-courses

    • @EvanRasmusen-ub8nq
      @EvanRasmusen-ub8nq Před 13 dny

      Hi Philipp, how are you? I hope well. I know your paid courses must be excellent and I would love to purchase your complete package. However, I live in Brazil and for me it would be too expensive, I believe for other Brazilians too (approximately the salary for almost 2-3 months of work in the complete package of ɛ600.00). Perhaps you could regionalize the prices according to the country of the person interested, that way I believe you would sell much more in those countries. Thank you for your attention.

  • @masti437
    @masti437 Před 14 dny +23

    I say Google should hire Philip to make content for their official site.
    These videos are a treasure,
    Thanks Philip :)

    • @walrider7374
      @walrider7374 Před 14 dny +2

      He'll probably cash less.
      I think his business is selling courses, I could be wrong... I'm not saying anything negative!, I actually recommend purchasing his courses, they are very good and I would like to keep supporting his efforts here at CZcams, every single one of his videos are Gold.
      Philip, if you are reading this: Thank you, you are the reason why I did not quit mobile development.

    • @ErickSorto3
      @ErickSorto3 Před 13 dny

      @@walrider7374 Google could let him plug his stuff

    • @WilliRittmann-iq5bu
      @WilliRittmann-iq5bu Před 4 dny

      Wouldn't be that good if Google control his content, been free has yours pros

  • @anubhavkumarrao3141
    @anubhavkumarrao3141 Před 14 dny +8

    This is the channel where I learn programming by building projects back in my first year of college
    I learnt a lot from you Philip.
    Today I’m in my final year and have done 3 internships.
    Thanks for making such good content.

    • @PhilippLackner
      @PhilippLackner  Před 14 dny +2

      So cool, thanks!!

    • @ano9161
      @ano9161 Před 13 dny

      Could you please share how you managed to secure the internships?

  • @artur.skvorcov
    @artur.skvorcov Před dnem

    Omg this is the only thing I was lacking in compose! Finally it is available and I can create the smoothest experience I wanted 😻

  • @John-qt6qk
    @John-qt6qk Před 14 dny

    Awesome Thanks a lot Philips, I was waiting for this

  • @theg4meover988
    @theg4meover988 Před 14 dny +1

    Great tutorial as always !

  • @shohjahonsirojev5974
    @shohjahonsirojev5974 Před 8 dny

    I used it. Thanks Philipp

  • @tch.777
    @tch.777 Před 14 dny

    Amazing video like always, ty!!🔥🙏

  • @hashemmousavi2451
    @hashemmousavi2451 Před 14 dny

    I always like then whach your videos! I'm sure it will be informative and useful

  • @skynight6919
    @skynight6919 Před 13 dny

    Waiting for official supported shared element for so long time🥰

  • @MaggicBones
    @MaggicBones Před 14 dny

    They finally did it !

  • @georgegiosue
    @georgegiosue Před 14 dny +1

    Awesome!!!

  • @mustafaammar551
    @mustafaammar551 Před 13 dny

    Very Cool
    Thank you

  • @Alchemist10241
    @Alchemist10241 Před 12 dny +1

    please make a video about how to properly enqueue error messages in MVI pattern

  • @yxles
    @yxles Před 14 dny

    Can you make a video about implementing object detection on Jetpack Compose? I've learned a lot about JC because of you! Thank you for keeping on doing this free tutorials :>

    • @wame-bs7250
      @wame-bs7250 Před 13 dny

      What you mean by Object detection? Computer Vision?

    • @yxles
      @yxles Před 13 dny

      @@wame-bs7250 yeah

  • @mateusz7389
    @mateusz7389 Před 14 dny

    Do you try use context receivers, to scope Composables?

  • @ArnoStofberg
    @ArnoStofberg Před 11 dny +1

    Any idea how this fits into the Compose testing framework? How do you pass dummy test transition and animation scopes to composables if I just want to test them in isolation as opposed to navigation? Do you need to create a nav controller and wrap all tests' compose content in a SharedtransitionLayout so they work or is there a simpler cleaner way if you are not interested in testing that part of a composable?

  • @adricoalexander1705
    @adricoalexander1705 Před 14 dny

    This is very cool ,

  • @SuperSapna007
    @SuperSapna007 Před 14 dny

    Can this be applied for image url(when the images are loaded dynamically) on both the screens? I have 2 screens where the images are set through image urls from the server?

  • @Oswald-41
    @Oswald-41 Před 14 dny

    Thx

  • @upbeatsarcastic8217
    @upbeatsarcastic8217 Před 14 dny +10

    Excellent video. Jetpack Compose is amazing but I really feel like it's missing a layer of "sugar" that hides some of the complexity. Same as Coroutines, the frameworks are awesome but it's far too easy to shoot yourself in the foot imo.

    • @antoniofuller2331
      @antoniofuller2331 Před 14 dny +2

      You sound like someone who like Jquery

    • @xjosk_
      @xjosk_ Před 13 dny +2

      @@antoniofuller2331 lol

    • @AdrianTache
      @AdrianTache Před 9 dny

      Just like everything Compose, always in beta...

    • @shadowpenguin3482
      @shadowpenguin3482 Před 8 dny

      Yeah, in flutter you just wrap it in a Hero Widget, weird that it is so much more cumbersome on jetpack compose

  • @coldwised
    @coldwised Před 14 dny

    Will this work with transition from the LazyList/LazyGrid to the Pager?

  • @thetobynator1373
    @thetobynator1373 Před 12 dny

    Hey Philipp, quick question: Is there a way to utilise sprite sheets and sprite animations in Jetpack Compose? I've been trying to find a way to implement sprite layers and animations for a gamified task manager app, but as far as I can tell, that kind of functionality isn't supported in Jetpack Compose?
    Would really appreciate your suggestions on how to get this to work, or what software/language you would recommend if it's not possible with Jetpack/Kotlin. Thanks.

  • @aj3413
    @aj3413 Před 13 dny

    One question can we use shared ui transition for async images??

  • @cpr1028
    @cpr1028 Před 14 dny +1

    I always watch your video ❤.

  • @Benianus3D
    @Benianus3D Před 14 dny

    I have a question please,
    If someone wants to specialize in mobile app development, would you advise them to start with cross-platform development or native development? And if the answer is native development, should they learn Java first or enter directly into Kotlin? Also, if they start with one of these options, would they be able to easily switch to the other at a later stage? For example, if they started with cross-platform development and later wanted to switch to native development.
    best regards

    • @antoniofuller2331
      @antoniofuller2331 Před 14 dny

      I only know Java, not Kotlin. I have no idea why I'm watching this video

    • @antoniofuller2331
      @antoniofuller2331 Před 14 dny

      From my perspective, every time I see kotlin code it looks scary. Do you know any CZcams channel that's teaches it well???

    • @allanandliftedhands2669
      @allanandliftedhands2669 Před 14 dny

      Kotlin, Native .You are set!!

    • @allanandliftedhands2669
      @allanandliftedhands2669 Před 14 dny

      @@antoniofuller2331 If you know javea you are letting yourself down by not learning Kotlin..the switch is just like 2 weeks and you are set with Kotlin for life

    • @AI-DroidX
      @AI-DroidX Před 13 dny

      Some say Cross platform like Flutter will die and Kotlin is now in alpha on Multipaltform so learning Kotlin is good to go

  • @gabrielpetrutbadicioiu787

    Do you stand up while coding?

  • @sushruths8511
    @sushruths8511 Před 14 dny

    🎉🎉🎉🎉🎉🎉