JoaquimLey / transport-eta

Twitch streamed 🎥playground repo, README speaks to you.
https://medium.com/@JoaquimLey/android-architecture-components-now-with-100-more-mvvm-11629a630125
Apache License 2.0
224 stars 45 forks source link

Domain layer #59

Closed JoaquimLey closed 5 years ago

JoaquimLey commented 6 years ago

Start building the domain layer so we can start integrating remote and local data layers without affecting the rest of the present code.

This way we can start extracting some of this logic out of the ViewModel.

This will greatly improve the way we cand o tests