Subscribe to Android Developers → goo.gle/AndroidDevs
@SerhiiSolodilov Жыл бұрын
This is what developers expect from "Android Developers" channel. Thank you for the video. Waiting for more videos like this.
@tejasbhong Жыл бұрын
right said
@marvinbernal Жыл бұрын
This video was incredibly clear and helpful. Awesome work Rebecca!!
@AndroidDevelopers Жыл бұрын
Thanks for sharing, @marvinbernal! We're happy to hear that the video was helpful and engaging 😁
@odayprogrammer Жыл бұрын
a video with actual value from this channel, refreshing!
@greatguy2003 Жыл бұрын
Excellent job on the "What to animate" section. You did a great job of visually explaining what each property is for.
@riggaroo Жыл бұрын
Thanks for the kind words!
@367labs Жыл бұрын
Probably the best video so far from Android Developers :) Very helpful. Thank you
@GakisStylianos Жыл бұрын
Wow this is a very information dense video, you've done a great job here, thank you!
@AndroidDevelopers Жыл бұрын
It's our pleasure, @GakisStylianos! Glad you enjoyed the video 😎
@mohammadabdalaal3111 Жыл бұрын
I LOVE IT! How to organize our thoughts to build up an animation is really helpful. And the last bonus part is brilliant! Thanks for your efforts.
@yasserakbbach7342 Жыл бұрын
Just keep doing it this way, and we'd be less confused as Android devs 😂 Good content series 👏
@afifhafizuddinahmedkhan.1373 Жыл бұрын
Thank You Mam! For Describing Everything Easily! 🎉
@pantelischas9460 Жыл бұрын
thanks for the sharing!! It is very helpful video to better understands animations!!
@AndroidDevelopers Жыл бұрын
We’re glad you found the video helpful.
@iurysza Жыл бұрын
Amazing content. Answers so many questions and give us many ideas too.
@tch.777 Жыл бұрын
A delicious video😊. Thanks, keep it up, sharpening and teaching. Thanks to videos like yours, the apps I build rise several levels above everyone else! Thank you!!🔥
@elizavetasigova5030 Жыл бұрын
Loved the video! Great!
@NataliaRementov Жыл бұрын
Thanks, just in time - I'm about to design and implement animations in my first app🥰
@GraphicQuest5 ай бұрын
I watch the video for the 5th time and still find it helpful thanks rebecca
@VDlasov Жыл бұрын
Interesting topic. Nice explanation!
@andreoriani Жыл бұрын
Thanks for sharing your Droidcon London talk
@wilsonahanmisi1187 Жыл бұрын
This is a proper course. Top notch content
@hj2931 Жыл бұрын
Thank you for sharing. This video is very useful.👍👍
@parthtakkar9069 Жыл бұрын
Really informative thanks!
@AndroidDevelopers Жыл бұрын
Thank you for watching!
@KissErikaNagyne Жыл бұрын
Nice video tutorial, and useful cause there is not much information for beginners about working with animation
@VIDEOSANDREEL Жыл бұрын
Thank You so much for the update 🙏🙏🙏
@IVANTALAPKANYCH Жыл бұрын
This video was incredibly clear and helpful!
@BossFlight4 ай бұрын
Sensational, you put a lot of work to create this, thanks!
@vasyapankov26 Жыл бұрын
very cool video, thank you❤
@anhtuannd10 ай бұрын
Greate video! I like the quote "Hopefully at the end, you are coming to a stop"
@JohnPaulPhillips-qh9zq Жыл бұрын
Nice to hear and watch, thanks to Rebecca
@AnnaMinienkova Жыл бұрын
nice!
@DavidMermelstein Жыл бұрын
I would love to see how to tackle these in non jetpack compose too.
@ra1970profile Жыл бұрын
amazing content, great job!
@IVANTALAPKANYCH Жыл бұрын
nice job!
@Oleksii-z7x Жыл бұрын
WOW!
@pabiforbes Жыл бұрын
Yay Rebecca 🇿🇦🌷
@JayLee-dj4tv Жыл бұрын
Great explanation! Do you have any sample code for these examples?
@PrinceKumar-u4k4y4 ай бұрын
We need more videos like this for other part of Android
@michaelappiah-kubi282911 ай бұрын
So helpful!!!
@eganathan.r Жыл бұрын
🎉❤
@scottbiggs88945 ай бұрын
Wow as clear as mud! There's so much hand waving and magic happening that isn't explained, that I wonder why google even bothers explaining at all. Some things are nauseatingly detailed while big important concepts (and variables in the code) are not even mentioned. Someone needs to teach these people how to teach. And where are the links to the "working" code?
@user-jeremylee Жыл бұрын
Nice video. But I still have some questions about the content of the app itself and the design😏
@CelineXu-e9d7 ай бұрын
Hi, How can I get the demo code in the video?
@erfansn8696 ай бұрын
I enjoy content created by Android Developer Relations
@user-ko2bn9xq8g2 ай бұрын
how can I use gesture animation in navigation between screens? For example, I want to go back from Chat screen to the Chats Screen (this is a list of chats) by dragging from ledft to right. Does anyone have an example code for this?
@mr-turkish Жыл бұрын
I like your accent
@BaBaKRaufi9 ай бұрын
How to reset anchoreddraggablestate to initial value? for example by a click.
@LouisCognault Жыл бұрын
Was the intro animated with Compose?
@suryapratap3043 Жыл бұрын
so is it easier to animate in jetpack compose then in flutter? just want to know
@blu8762 Жыл бұрын
i think this can be easily done using other languages/libraries no ?
@riggaroo Жыл бұрын
Yes, most frameworks offer animations, however this video is targeted for Android Developers using Jetpack Compose. Compose does make a lot of these concepts easier to apply over the View system, for instance.
@bogibekdev6 ай бұрын
where can i find all code of this video?
@JanLund Жыл бұрын
Great video! Just a minor comment if you don't mind: it seems like "i.e." is being used instead of the more correct "e.g." in the decision diagram.
@Tarek360 Жыл бұрын
30:32 This jellyfish vector animation is 5 years late, I created the RichPath library five years ago to manipulate the vector drawable but after a year I deprecated it in favor of Lottie and Rive afterwards.
@riggaroo Жыл бұрын
Thanks for the feedback, I did mention that you could use Lottie or an AVD to do this too (30:10), however I did want to showcase that you can use the same Compose animation APIs a bit more easily with vectors now too. This is a bonus fun animation after all 🪼
@marscbunny9282 Жыл бұрын
Developers at Google are working very hard improving Jetpack compose
@Tarek360 Жыл бұрын
I like how Android Jetpack Compose following the widget library from Flutter.