|
|
|
|
|
by smugma
1415 days ago
|
|
How do you think of #1 in the context of a web app? Each page is essentially a different entry point into the code. I guess the landing page or authentication page could be considered the equivalent, but I’m not sure those would hit your goals to understand flow of data, etc. ? |
|
Android introduced navigation graphs [1], which were meant to solve this problem. But what happened in reality were instead of arrows point to each screens, there would be multiple islands that were teleported in from random places.
[1] https://developer.android.com/guide/navigation/navigation-ge...