Type Safe Navigation in Jetpack Compose - Android

Поделиться
HTML-код
  • Опубликовано: 19 окт 2024
  • Get my premium course to build industry-level Android apps & Ktor backends with a 25% discount. 🚀
    ahmed-guedmiou...
    And take your skills to the next level and become ready for the Android industry ✅
    This videos is about type safe navigation in Jetpack Compose Android. You will learn how to navigate between screens, pop screens and pass arguments as well.
    Get the project on Github:
    github.com/ahm...
    Follow me on Instagram:
    / ahmed_guedmioui
    #kotlin #androidstudio #jetpackcompose #navigationinjetpackcompose #androiddeveloper

Комментарии • 12

  • @ahmed_guedmioui
    @ahmed_guedmioui  Месяц назад

    Get my premium course to build industry-level Android apps & Ktor backends with a 25% discount. 🚀
    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 ✅

  • @netbug94
    @netbug94 13 дней назад

    Finally, a realistic scenario! Every other video just copy-pastes from the guide and doesn't explain anything. They just leave you hanging, wondering how to actually navigate. Thanks

  • @noodls4010
    @noodls4010 3 дня назад

    Go on more! thnx!! Very easy to understand! Can i pass ViewModel as argument?

    • @ahmed_guedmioui
      @ahmed_guedmioui  3 дня назад

      @@noodls4010 don't do that, each screen has to have it's own view model

  • @xavier4107
    @xavier4107 Месяц назад +2

    Please do videos on MVVM (archiecture+DI+Room Database + API Calling using retrofit) using jetpack compose.

    • @focusdelaetnarezki
      @focusdelaetnarezki Месяц назад

      🔥🔥🔥

    • @szurriaga
      @szurriaga Месяц назад

      see her course, he do that

    • @ahmed_guedmioui
      @ahmed_guedmioui  Месяц назад

      Hi, i did all of that you asked in this course:
      ahmed-guedmioui.thinkific.com/courses/build-industry-level-apps-and-ktor-backends

  • @netbug94
    @netbug94 13 дней назад

    is there a reason you create an Interface instead of a Sealed class for the data objects?

    • @ahmed_guedmioui
      @ahmed_guedmioui  12 дней назад +1

      @@netbug94 we don't want to create instances of Screen but only create them from those objects that implement it like Screen1

  • @umardev500
    @umardev500 Месяц назад

    What theme u use?