Please enable JavaScript.
Coggle requires JavaScript to display documents.
Ford Pass Find Section.
FindLandingFragment, Screens / Fragments,…
-
-
-
-
-
-
-
-
-
-
-
-
These view models are from different places but they navigate to Find Landing Screen through FindDeepLinkHandler
These classes or entities are used all over the app and share a lot of functionalities or responsibilities in different section and across different teams as well
DeepLinkHandler is responsible for navigation through different sections in the app and the logic depending on certain states either the user or the cars registered under their account
-
View Models are the storage of the data and provide an observer/subscriber pattern to have a multilateral channel of communication between view models and views.
It seperates the logic from the views to their own layers
-
-
-
-
-
-