codelab-android-navigation
codelab-android-navigation copied to clipboard
Navigation is slow
when navigate to next screen , it talks one or two second .
val nextAction = HomeFragmentDirections.nextProductDetails(productId) findNavController().navigate(nextAction)