android10 / Android-CleanArchitecture-Kotlin

This is a movies sample app in Kotlin, which is part of a serie of blog posts I have written about architecting android application using different approaches.
https://fernandocejas.com/2018/05/07/architecting-android-reloaded/
4.68k stars 928 forks source link

Implementing Navigation component #81

Open lemarcque opened 5 years ago

lemarcque commented 5 years ago

I heard about the Navigation Component part of the Android Jetpack. Is it worth to use it ? and if yes, how could we apply it with this architecture because it slightly change the way we navigate between screens.

Zhuinden commented 5 years ago

It has some advantages and some disadvantages just like anything, really.