janishar/android-mvvm-architecture

How to achieve MVVM without Room

aptgopal opened this issue · 1 comments

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.

@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.