Mahdi Javaheri
May 11, 2021

--

Posting simple navigation examples again does not solve developer problems, arkadaş.

I have two major problem that is forcing me to add boilerplate codes and tricks to solve them.

1. Navigating to an included graph, with start destination which has argument(s), requires to define the same argument in caller graph (inside action tag)!

2. I can't simply include navigation graphs in an app with bottom navigation (which has separate graph for each menu item).

The compiler throws errors such as "Circular dependency between graphs" or "Unable to start navigation destination: not found in graph".

To better explain, I have to include those graphs in top level destination graphs and navigate with deep link instead.

--

--