Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to achieve MVVM without Room #28

Closed
aptgopal opened this issue Jun 22, 2018 · 1 comment
Closed

How to achieve MVVM without Room #28

aptgopal opened this issue Jun 22, 2018 · 1 comment

Comments

@aptgopal
Copy link

Hi

First off all thanks for the nice example for mvvm. Actually my project we don't want to use local database(Room). Can you help me how I can achieve the same using this project as reference.

Thanks in Advance.

@rayworks
Copy link

rayworks commented Jul 11, 2018

@aptgopal , Since DbHelper is an interface, you can simply replace its implementation AppDbHelper ( related to Room) with another one. Don't forget also update the injections in AppModule.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants