Loading Animation with Jetpack Compose | Android Studio Tutorial

Поділитися
Вставка
  • Опубліковано 17 лис 2024

КОМЕНТАРІ • 19

  • @thiagosouza8931
    @thiagosouza8931 2 роки тому +9

    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

    • @StevdzaSan
      @StevdzaSan  2 роки тому +7

      Yep a good one, I've forgot about it at the moment. I'll modify the source code.👍

  • @ashutoshpendse4273
    @ashutoshpendse4273 3 місяці тому

    So so helpful. I was struggling with my animation. Your explanation is very nice and understandable. Thanks!

  • @devsirat
    @devsirat 2 роки тому +4

    Glad to be the first one to see this amazingly useful video. Thanks!

  • @foccoland
    @foccoland 2 роки тому +2

    Amazing. My challenge is to learn managing these awesome skills as soon as possible 💯

  • @AF404
    @AF404 Рік тому

    perfect teaching

  • @mhdanwar
    @mhdanwar 2 роки тому

    Thanks, i'm working in chat app recently. So this video will help me typing indicate animation

    • @StevdzaSan
      @StevdzaSan  2 роки тому +1

      That's a good use case 👍

  • @raylyth8324
    @raylyth8324 2 роки тому

    Thank you. I really learned a lot from you. ❤️

    • @StevdzaSan
      @StevdzaSan  2 роки тому

      Yay! Keep learning more 😉👌

  • @kaungsett42
    @kaungsett42 2 роки тому

    How can I display GIF in Jetpack Compose?

  • @ShreyasKBllKBtv_Openchannel

    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

    • @StevdzaSan
      @StevdzaSan  Рік тому +1

      developer.android.com/jetpack/androidx/releases/compose-kotlin

  • @jayprakashjaiswal8220
    @jayprakashjaiswal8220 2 роки тому

    Please bring full project on android develop

    • @StevdzaSan
      @StevdzaSan  2 роки тому

      Check my courses: stevdza-san.com

  • @sardorislomov2981
    @sardorislomov2981 Рік тому

    you cool

  • @simonfarre4907
    @simonfarre4907 Рік тому

    This unfortunately no longer works because Animatable only takes a `Color(...)` not a floating value.

  • @ahmad7a.4k28
    @ahmad7a.4k28 2 роки тому

    ♥️♥️♥️