Pass Arguments to Destinations : Jetpack Compose Navigation
Introduction:
In Jetpack Compose, you can navigate between different screens using the NavController class from the Navigation component. Passing arguments to the Destination will be like adding Query param or Path to a URL.
To pass arguments to the ...
sagar0-0.hashnode.dev3 min read