segunfamisa / android-zeitung

Repository for news app (Android Zeitung) - features latest android development technology
3 stars 0 forks source link

Onboarding - Implement navigation from onboarding to the main app #32

Closed segunfamisa closed 4 years ago

segunfamisa commented 4 years ago

This PR makes use of the Compose navigation extensions to implement navigation from one screen to the other.

Things to note here:

  1. A navController can have only one host
  2. We can declare routes - see here for more.
  3. I think somehow, the routes are handled strangely, because when I had the following routes: "main?news" "main?explore", "main?saved", it failed to work. Until I had to rename those routes. I'm yet to investigate this, but I'll get back to it later.