Thanks for showing off Shared Element Transitions with a non-trivial example. This was really well-presented
@HoussamElbadissi3 ай бұрын
Amazing presentation! Super clear and to the point. Love the new APIs, as idiomatic and powerful as ever!
@occasus79644 ай бұрын
These are the kinds of helpful videos that I look forward too.
@monsterbrain4 ай бұрын
It's looking great and found this really adding a smoothness to the app. Keep up the great work.
@carlfe48914 ай бұрын
I might finally use shared element transitions. Great work making this easy to customize and implement.
@PauliDev4 ай бұрын
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!
@oleksee4 ай бұрын
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!
@__J____ff3 ай бұрын
yes this is really well presented ! must be the very precise/accurate use of the visuals and the perfect examples.
@justmeagain93024 ай бұрын
I always aspire software engineers, you all are chads in the industry
@jeffhow45502 ай бұрын
Thanks for the useful video. Just some suggestions for if you were to do another UI video... The visuals/animations were useful, but they would be much more understandable if you could show a "Before" animation side-by-side with an "After" animation at each step of the process. It can be hard to tell what's exactly changing at each step. Having to scrub through the video sometimes isn't enough. Thank you!
@AbdulBasit-kd5vk4 ай бұрын
very nice explanation and demos.
@aligold224 ай бұрын
شكرا على الشرح انا تعلم برمجة تطبيقات الموبايل من النت ولدي تطبيقات شكرا على مجهودكم ❤
@Vatk4LI4 ай бұрын
Why there is no blur background effects in compose built in libraries. It would be great for designs.
@GakisStylianos4 ай бұрын
There is the .blur modifier
@Vatk4LI4 ай бұрын
@@GakisStylianos did u ever use it? It's not a blur BACKGROUND modifier isn't it?
@GakisStylianos4 ай бұрын
You might be looking for the "Haze" library by Chris Banes for this
@Vatk4LI4 ай бұрын
@@GakisStylianos yeah i saw it but its not quite well. For me it doesnt work even sdk 31 and above.
@GakisStylianos4 ай бұрын
What do you mean it doesn't work?
@deviantstudio4 ай бұрын
i hope all these tricks will be documented in the docs
@mohamedkarim-p7j4 ай бұрын
Thank for sharing 👍
@erfansn8694 ай бұрын
Great and nice content
@evilexus4 ай бұрын
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 ✌
@kenyakking4 ай бұрын
💯great presentation! Thanks!
@serhii.petrosiuk4 ай бұрын
Great job!
@omyadav18664 ай бұрын
Very nice 👍 thanks for your support help me
@austin17ng4 ай бұрын
lots of information
@嘿嘿嘿-z1v4 ай бұрын
油條 is so cute 😂❤
@calixtoandrade9964 ай бұрын
thanks for this
@muzamilabdallah67684 ай бұрын
Great
@akashmanna20994 ай бұрын
Great
@Chirag-Redij38Ай бұрын
While using predictive back gesture with sharedTransition I am not able to render the lazyGrid behind... It just shows a black screen
@markocicak4004Ай бұрын
Latest Compose Multiplatform 1.7.0 is supposed to support shared element transitions. Does anyone know what to import in commonMain.dependencies to support the sharedElement API?
@ahmadprogrammer1363 ай бұрын
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-BRICKED4 ай бұрын
I only have android honeycomb:(
@omyadav18664 ай бұрын
Google meet great success Android phone Android
@omyadav18664 ай бұрын
ANDROID DEVICE ID SUPPORT PRIVACY POLICY WITH VISITORS
@techietoons4 ай бұрын
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.