Navigation: Navigating between modules - MAD Skills

preview_player
Показать описание
Welcome back to the third episode of the second MAD Skills series on Navigation. In this episode, Murat will demonstrate how you can organize the Navigation graph by using nested graphs and using the include tag to import other graphs.

#Featured #Navigation #MADSkills
Рекомендации по теме
Комментарии
Автор

Yay, extra things done with Navigation Components. Keep digging, boys! We're gonna get out of this pit eventually!!

carciuma
Автор

Great video! I am hoping for an example of navigation between modules with Jetpack Compose too. Anyone has a reference / samples / repo link that I can learn from? Thanks in advance!

solutionriver
Автор

How to navigate from "coffee" module back to "app" (or navigating between different feature modules) module without using deeplinks?

dilaojermaine
Автор

Exactly what I was searching for right now!!

SriHarshaChilakapati
Автор

Fu** insane skills and speed explanations

kurniawanhendra
Автор

Murat, This way needs creation of unwanted deep-links and those deep-links "become accessible outside of app for any intruder". Isn't there a way to restrict these deep-links from outside of app while keep them accessible within the app across independent modules?

rahulrastogi
Автор

What about the design in included graphs? Would it be possible to connect included graphs to other destinations of main graph in design? As it is right now, included graphs are just a standalone box in design tab... thanks for the info!

MrDrogoyonk
Автор

@Murat yener If we want to pass data back from that coffee module graph fragment to the core graph how could we do that? Any best solution, shared vm with activity scope I don’t want to use. I want the coffee module graph to be generic enough to be used as a fragment which can be reused anywhere in app. Plug and play type.

intellect.dev
Автор

When Google is going to work navigation graph back press functionality.. It recreate fragments when trying to go back.

Gaurav
Автор

@Murat Yener. Thanks for ur awesome video. I was trying to figure out
how to navigate to a destination from the OKHTTP interceptor. what do you suggest?

birhanetinsae
Автор

How to send a data object between two modules? (from module A to module B)

fahrican
Автор

What about navigating between other modules which can't depend on each other?

june
Автор

Pls how to navigate to destination which has deeplink with "&" in it?

shivakanthr
Автор

how to delete navigated lines? right click and delete is not working

SwathiC-rg
Автор

Is there a solution about back to start of the Fragment?

sniffstherosezhu
Автор

This video is a lie, you cannot do multi module navigation with Navigation component with safe args because navigation component does not even generate directions / args classes for multi module project, which i found out after 4 days of wasting my time setting my project up for multi module, FML

aabhishek
Автор

These features came too late but that's a thing 😒

Gentleman
Автор

I am enjoy to coding android studio by java

baharstudio