Great video! Tip, instead of: if (index != lastCircle) { Spacer(modifier = Modifier.width(spaceBetween)) } We can use this to have the same behavior: Row(horizontalArrangement = Arrangement.spacedBy(spaceBetween)) This also works for Column and LazyColumn/Row
Great video, but now it's not working on my device , with latest virsion > Task :app:compileDebugKotlin FAILED e: This version (1.3.2) of the Compose Compiler requires Kotlin version 1.7.20 but you appear to be using Kotlin version 1.8.10 which is not known to be compatible. Please fix your configuration (or `suppressKotlinVersionCompatibilityCheck` but don't say I didn't warn you!). how to solve this
Great video!
Tip, instead of:
if (index != lastCircle) {
Spacer(modifier = Modifier.width(spaceBetween))
}
We can use this to have the same behavior:
Row(horizontalArrangement = Arrangement.spacedBy(spaceBetween))
This also works for Column and LazyColumn/Row
Yep a good one, I've forgot about it at the moment. I'll modify the source code.👍
So so helpful. I was struggling with my animation. Your explanation is very nice and understandable. Thanks!
Glad to be the first one to see this amazingly useful video. Thanks!
🙌
Amazing. My challenge is to learn managing these awesome skills as soon as possible 💯
perfect teaching
Thanks, i'm working in chat app recently. So this video will help me typing indicate animation
That's a good use case 👍
Thank you. I really learned a lot from you. ❤️
Yay! Keep learning more 😉👌
How can I display GIF in Jetpack Compose?
Great video,
but now it's not working on my device , with latest virsion
> Task :app:compileDebugKotlin FAILED
e: This version (1.3.2) of the Compose Compiler requires Kotlin version 1.7.20 but you appear to be using Kotlin version 1.8.10 which is not known to be compatible. Please fix your configuration (or `suppressKotlinVersionCompatibilityCheck` but don't say I didn't warn you!).
how to solve this
developer.android.com/jetpack/androidx/releases/compose-kotlin
Please bring full project on android develop
Check my courses: stevdza-san.com
you cool
This unfortunately no longer works because Animatable only takes a `Color(...)` not a floating value.
♥️♥️♥️