I have an app which display list of menu items retrieved from server and stored in room database. Now i want to add another screen that should display details of item that user would click on the 1st screen. How can i implement this? As i am using kotlin jetpack compose.
I have tried to use navigation composable & Intent but failed.
The question is exhaustive, because it's hard to know where have you failed. I suggest you better complete this official Compose Navigation Codelab for a better understanding.