Navigation In Jetpack Compose - Android

Поділитися
Вставка
  • Опубліковано 16 жов 2024
  • Get my premium course to build industry-level Android apps & Ktor backends. 🚀
    ahmed-guedmiou...
    And take your skills to the next level and become ready for the Android industry ✅
    This videos is about navigation in Jetpack Compose Android. You will learn how to navigate between screens, create routes and pass arguments as well.
    Follow me on instagram:
    / ahmed_guedmioui
    Get the source code on Github:
    github.com/ahm...
    Get the Movies Info App source code on Github:
    github.com/ahm...
    #kotlin #androidstudio #jetpackcompose #navigationinjetpackcompose #androiddeveloper

КОМЕНТАРІ • 23

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

    Get my premium course to build industry-level Android apps & Ktor backends. 🚀
    ahmed-guedmioui.thinkific.com/courses/build-industry-level-apps-and-ktor-backends
    And take your skills to the next level and become ready for the Android industry ✅

  • @menheraflessia
    @menheraflessia 6 місяців тому +1

    this explanation was so easy and simple to follow! Thank you so much!!!

  • @cliff_odume
    @cliff_odume 4 місяці тому +1

    Thanks very much for making powerful jetpack compose contents. Please keep doing.

  • @siegfriedbauer3846
    @siegfriedbauer3846 10 місяців тому

    a very good and understandable explanation. Now at last I am ready for navigation.

  • @andizahiri1248
    @andizahiri1248 8 місяців тому

    Is it better to use fragments when we want to navigate to different screens.

  • @wallacesantos7153
    @wallacesantos7153 4 місяці тому

    Hi man, very nice video!
    Instead of this default "blink" animation, how could I do the animation like when we are developing using XML and navigating with Intent and StartActivity effect, is like a slide from left to right.

  • @______yawn6419
    @______yawn6419 9 місяців тому

    this helped me tremendously, thank you!

  • @codefathermw
    @codefathermw 9 місяців тому

    Nice video and clear audio... 👍👍👍

  • @emmagetsu7369
    @emmagetsu7369 10 місяців тому

    Muchas gracias por compartir tu conocimiento y experiencias con nosotros saludos desde república Dominicana ❤

  • @DilmurodDavlatov-o5r
    @DilmurodDavlatov-o5r 7 місяців тому

    Thank you bro vidoe is very useful

  • @clouds187
    @clouds187 10 місяців тому

    Will there be a detailed tutorial on the movie app? It looks amazing!

  • @nqmgaming2004
    @nqmgaming2004 5 місяців тому

    nice tutorial

  • @denovar89
    @denovar89 5 місяців тому

    Thank you.

  • @mark-147
    @mark-147 8 місяців тому

    I think better to put the logic for building a route with arguments, into the Screen sealed class itself. Also the listOf() args.

  • @Mr.Chinonso_
    @Mr.Chinonso_ 8 місяців тому

    nice Video

  • @arwaashraf4801
    @arwaashraf4801 5 місяців тому

    please try to try to continue in this tutorial and make in arabic

  • @AlbertEinsteinOfficialYt
    @AlbertEinsteinOfficialYt 9 місяців тому

    Whats problem with jetpack compose navigation? Why people don't lik?😊

  • @user--10552
    @user--10552 9 місяців тому

    nice, good job.
    by the way i like the theme how can i get it.

  • @ohiorenuaaigboje7500
    @ohiorenuaaigboje7500 9 місяців тому

    Why not just pass argument as parameters of the class

    • @ahmed_guedmioui
      @ahmed_guedmioui  9 місяців тому +1

      When you navigate you don't call a class contractor, you call navigate function

    • @mark-147
      @mark-147 8 місяців тому

      @@ahmed_guedmioui surely it makes more sense to pass the url to SecondScreen rather than the backStackEntry.