I have two navigation graph one for registration of my application after completing registration I want to navigate another graph is it possible?
You can use startActivity method to navigate to another navigation eg :
activity?.startActivity(Intent(activity,HomeActivity::class.java)) in kotlin
getActivity().startActivity((Intent(getActivity(),HomeActivity.class)) in java
Note : HomeActivity contains nav host of another navigation graph
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With