All Projects → sockeqwe → Coordinatorsandroid

sockeqwe / Coordinatorsandroid

Licence: apache-2.0
Sample that shows how to apply the Coordinator Pattern on Android

Programming Languages

kotlin
9241 projects

CoordinatorsAndroid

This sample shows how to apply the coordinator pattern on android. Read more here: http://hannesdorfmann.com/android/coordinators-android

Login credentials

username: Hannes password: 123

Logout

Check overflow menu in news list

Video

https://www.youtube.com/watch?v=PfRLZeRLvTo&feature=youtu.be

Why not dagger?

Because it was too much boilerplate in combination with ViewModels from Architecture Components. Nevertheless, the idea of coordinators also totally works with dagger. In this sample I do dependency injection manually. Check AppViewModelFactory.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].