Easy way to implement MVVM with Dagger2, RxJava and Room.

HassanUsman
2 min readDec 4, 2017

--

This is a sample project app which gives you a easy way to implement MVVM with Dagger2, RxJava and Room. You can use this project as a reference for your project.

Features Of This App:

  • The Application is just like a to-do list application.
  • Where you can add or remove tasks.
  • There may be something missing (like after adding the task you cannot view the description)
  • But our main goal is to demonstrate how to deal with above given things MVVM, Dagger2,RxJava and Room.

Screen Shots:

Source Code:

Here is the link of this app.

Follow me to get updates on what I am up to on medium. And don’t forget to tell me how much you liked/enjoyed/benefited from this post by 👏.

--

--