Type-Safe Navigation In Jetpack Compose

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 พ.ย. 2024

ความคิดเห็น • 19

  • @weaponx3373
    @weaponx3373 5 หลายเดือนก่อน

    I like compact tutorials like this. great job 👍

  • @mikelantzelo
    @mikelantzelo 3 หลายเดือนก่อน +1

    How to access args inside viewModel? Thanks for this tutorial!

    • @CarlosAlmeidaJr
      @CarlosAlmeidaJr 2 หลายเดือนก่อน

      I think that you need to hoist the viewmodel instance to apply args.

  • @PrajeshGovindaraje
    @PrajeshGovindaraje 3 หลายเดือนก่อน +1

    Can you make a video on how to implement nested navigation using type-safe-navigation ???

  • @fourcade7851
    @fourcade7851 5 หลายเดือนก่อน

    Super :) thanks for video bro :)) God bless you

  • @sekiro8987
    @sekiro8987 4 หลายเดือนก่อน +1

    Can u make video about support different screen size and best way for that on compose

  • @manjodh
    @manjodh 5 หลายเดือนก่อน

    Goog job 👍

  • @prem_kumar
    @prem_kumar 5 หลายเดือนก่อน

    How can we use this with the composables.

    • @daniel.atitienei
      @daniel.atitienei  5 หลายเดือนก่อน +3

      Let's take the profile screen for example. It has a name and an email. The composable function will look like this:
      @Composable
      fun ProfileScreen(profile: Profile) {}
      The composable from the NavGraph will look like this:
      composable {
      val args = it.toRoute()
      ProfileScreen(
      profile = args
      )
      }

  • @Nonsense675
    @Nonsense675 3 หลายเดือนก่อน

    ...

  • @sikanderahmad4810
    @sikanderahmad4810 5 หลายเดือนก่อน

    can make a proper video in which fetch api data like fake store api and showing item in lazycoloumn then click on any item that are showing in lazycolumn it navigate to detail screen and showing selected item data and item description of selected item that are coming in response on detail screen by using Type-Safe Navigation in jetpack compose thanks in advance if you make this video that become very helpfull for all

  • @vazhakentchiashvili2198
    @vazhakentchiashvili2198 5 หลายเดือนก่อน

    Great content buddy! +sub