Navigation Component Using Custom Views
Android Navigation Component by default supports few destination types, those
are Activity, Fragment & DialogFragment. In this article, we will take a look
at how to create a new destination type for views and how to create a view
based navigation component.