If you want your app to support providing the deep...
# feed
s
If you want your app to support providing the deep link to the current screen’s destination as shown here in the docs, give my article “Enable users to share your app's deep links using navigation-recents-url-sharing” a read. It also comes with an accompanying library Navigation-recents-url-sharing if you are using
androidx.navigation
already, it does all this work already for you and extracts the right parameters and everything from the
NavController
.
very nice 9