Practical magic with animations in Jetpack Compose

preview_player
Показать описание
Are you constantly in awe of the animations your designer creates but have no idea how to implement them? Or maybe you want to keep your users engaged by adding delightful little treats in your app... There are a few key principles that unlock a wide range of different animations, from basic to advanced.

We will go through some practical examples of how to implement animations in Jetpack Compose, such as working with gestures to control animations and how to do state based animations. Join us to learn how to think about implementing any animation in a step-by-step way.

Chapters:
0:00 - Introduction
0:56 - Principles of Animation
1:42 - What?
4:47 - When?
5:05 - State changes
5:23 - animateAsState
6:20 - Transition
7:01 - On Launch
7:38 - Infinitely
8:04 - With Gesture
12:08 - Flinging gesture handling
16:08 - AnchoredDraggable
17:17 - How
17:46 - Animation Specs
18:16 - tween specs
19:11 - Easing
21:27 - spring specs
23:56 - Built-in animation APIs
24:17 - Animated Visibility
24:28 - animateContentSize
24:47 - AnimatedContent
26:37 - Choosing an API
28:34 - Summary
29:03 - Bonus: Image Vectors

Resources:

#Featured #Android #JetpackCompose
Рекомендации по теме
Комментарии
Автор

This is what developers expect from "Android Developers" channel. Thank you for the video. Waiting for more videos like this.

SerhiiSolodilov
Автор

This video was incredibly clear and helpful. Awesome work Rebecca!!

marvinbernal
Автор

Wow this is a very information dense video, you've done a great job here, thank you!

GakisStylianos
Автор

Thank You Mam! For Describing Everything Easily! 🎉

afifhafizuddinahmedkhan.
Автор

a video with actual value from this channel, refreshing!

odayprogrammer
Автор

thanks for the sharing!! It is very helpful video to better understands animations!!

pantelischas
Автор

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.

mohammadabdalaal
Автор

Just keep doing it this way, and we'd be less confused as Android devs 😂
Good content series 👏

yasserakbbach
Автор

Nice video tutorial, and useful cause there is not much information for beginners about working with animation

KissErikaNagyne
Автор

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!!🔥

tch.
Автор

Excellent job on the "What to animate" section. You did a great job of visually explaining what each property is for.

greatguy
Автор

Probably the best video so far from Android Developers :) Very helpful. Thank you

labs
Автор

I would love to see how to tackle these in non jetpack compose too.

DavidMermelstein
Автор

Thank you for sharing. This video is very useful.👍👍

hj
Автор

Thanks for sharing your Droidcon London talk

andreoriani
Автор

Amazing content. Answers so many questions and give us many ideas too.

iurysza
Автор

Thanks, just in time - I'm about to design and implement animations in my first app🥰

NataliaRementov
Автор

I watch the video for the 5th time and still find it helpful thanks rebecca

dhiachemingui
Автор

Great explanation! Do you have any sample code for these examples?

JayLee-djtv
Автор

Hi, How can I get the demo code in the video?

CelineXu-ed