sidcgithub / ai-trivia-app-android

Trivia app that utilizes Gen AI
MIT License
1 stars 1 forks source link

[TRIVIA][ANDROID] Setup navigation for screens #13

Open Kazoroo opened 2 weeks ago

Kazoroo commented 2 weeks ago

I suggest to make separate files for routes and navigation class which will contain NavHost() constructor

Kazoroo commented 2 weeks ago

I saw new Compose Navigation and it looks much better than normal navigation. I suggest to use the new approach for this issue. Check this link to see how this look in code: https://www.youtube.com/watch?v=AIC_OFQ1r3k