Jetpack Navigation (Google I/O'19)

Поделиться
HTML-код
  • Опубликовано: 2 дек 2024

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

  • @LetsBuildThatApp
    @LetsBuildThatApp 4 года назад +8

    I'm a bit skeptical about this coming from the iOS world of Storyboards. Everyone thought it was a good idea in the beginning until they became unwieldy and horribly inefficient to manage from a team coding perspective. I see the same problems arising with this type of tooling.

  • @_skyyo
    @_skyyo 5 лет назад +7

    viewmodel scope per graph is an amazing feature)

  • @ulicqueldromal
    @ulicqueldromal 5 лет назад +6

    We can navigate with URI to fragments of the app? Why does that remind me of a browser? I like where this is going.

  • @成汐
    @成汐 5 лет назад +11

    Navigation graph is not a good design for dynamic features.

  • @Zhuinden
    @Zhuinden 5 лет назад +1

    Does `by navViewModels` support AbstractSavedStateVMFactory?

  • @hantashnadeem5609
    @hantashnadeem5609 4 года назад

    I've a question, how can we configure the top level fragments if we are using RecyclerView instead of menu in Navigation drawer?

  • @AbuSous2000PR
    @AbuSous2000PR 3 года назад +1

    Initially... It made sense...but when I dived in..quickly I found that fragments are being recreated all the time..between menu navigation...really!!!
    That was a bomber; and caching the views doesn't help as was suggested by Ian on Twitter
    There is a work around by using custom fragments...but I hate hacking the framework

  • @mondoshigua
    @mondoshigua 2 года назад

    🇨🇴🙋🏻‍♂️👍🏼🤝🏼 Saludos desde Colombia.

  • @hdkloh6857
    @hdkloh6857 4 года назад

    How splash screen implemented using this....?

  • @AmitSinghIndia
    @AmitSinghIndia 5 лет назад +2

    Nice & detailed talk, what about startActivityForResult ?
    Although we can achieve by ViewModel and LiveData, Just Curious :)

    • @seandebelak1460
      @seandebelak1460 3 года назад

      What time is the party room for you is good site like cross hairs

  • @Nomad7541
    @Nomad7541 5 лет назад

    23:12 multi graph navigation

  • @BinhVanCntt
    @BinhVanCntt 5 лет назад

    what is advantage of navigation vs addFragment? I can do same thing with add fragment? Why I need to use navigation?

    • @miklosnemeth8566
      @miklosnemeth8566 5 лет назад +1

      That is a great question. These guys just want to give (a nice try to) a standard way of implementing navigation, which might be helpful when you are a manager of team of four to ten programmers. Actually, I like it, 99% of the mobile applications, that's all we need as for navigation.
      At 7:29 he clearly explained they wanted something out of the box matching the other parts of architecture components.

  • @mdjamaluddin2079
    @mdjamaluddin2079 5 лет назад

    Thanks so much

  • @joonseong7301
    @joonseong7301 5 лет назад

    thanks you!

  • @eatthepi
    @eatthepi 5 лет назад +1

    lol. Nice joke around minute 1 about every Google employee making a new chat app -- also know as the Nilay Patel theory of Google's chat strategy.