Thanks for showing off Shared Element Transitions with a non-trivial example. This was really well-presented
@monsterbrain5 ай бұрын
It's looking great and found this really adding a smoothness to the app. Keep up the great work.
@HoussamElbadissi4 ай бұрын
Amazing presentation! Super clear and to the point. Love the new APIs, as idiomatic and powerful as ever!
@carlfe48915 ай бұрын
I might finally use shared element transitions. Great work making this easy to customize and implement.
@occasus79645 ай бұрын
These are the kinds of helpful videos that I look forward too.
@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!
@__J____ff4 ай бұрын
yes this is really well presented ! must be the very precise/accurate use of the visuals and the perfect examples.
@oleksee5 ай бұрын
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!
@AbdulBasit-kd5vk5 ай бұрын
very nice explanation and demos.
@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!
@kenyakking4 ай бұрын
💯great presentation! Thanks!
@deviantstudio5 ай бұрын
i hope all these tricks will be documented in the docs
@mohamedkarim-p7j5 ай бұрын
Thank for sharing 👍
@Vatk4LI5 ай бұрын
Why there is no blur background effects in compose built in libraries. It would be great for designs.
@GakisStylianos5 ай бұрын
There is the .blur modifier
@Vatk4LI5 ай бұрын
@@GakisStylianos did u ever use it? It's not a blur BACKGROUND modifier isn't it?
@GakisStylianos5 ай бұрын
You might be looking for the "Haze" library by Chris Banes for this
@Vatk4LI5 ай бұрын
@@GakisStylianos yeah i saw it but its not quite well. For me it doesnt work even sdk 31 and above.
@GakisStylianos5 ай бұрын
What do you mean it doesn't work?
@erfansn8695 ай бұрын
Great and nice content
@serhii.petrosiuk5 ай бұрын
Great job!
@evilexus5 ай бұрын
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 ✌
@aligold225 ай бұрын
شكرا على الشرح انا تعلم برمجة تطبيقات الموبايل من النت ولدي تطبيقات شكرا على مجهودكم ❤
@嘿嘿嘿-z1v5 ай бұрын
油條 is so cute 😂❤
@austin17ng5 ай бұрын
lots of information
@omyadav18665 ай бұрын
Very nice 👍 thanks for your support help me
@calixtoandrade9965 ай бұрын
thanks for this
@muzamilabdallah67685 ай бұрын
Great
@akashmanna20995 ай бұрын
Great
@Chirag-Redij382 ай бұрын
While using predictive back gesture with sharedTransition I am not able to render the lazyGrid behind... It just shows a black screen
@markocicak40042 ай бұрын
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?
@ahmadprogrammer1364 ай бұрын
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-BRICKED5 ай бұрын
I only have android honeycomb:(
@omyadav18665 ай бұрын
Google meet great success Android phone Android
@omyadav18665 ай бұрын
ANDROID DEVICE ID SUPPORT PRIVACY POLICY WITH VISITORS
@techietoons5 ай бұрын
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.