janishar/android-mvvm-architecture

Room Persistence Library

dhavaljivani opened this issue · 1 comments

Hello,

I have seen your MVVM example Good example,You have implemented Room Persistence Library code using dagger2 but i can't find any use of this code so can you please help me where you have used Room Persistence Library for insert,update,delete data into SQLite database.

Thank you

Dagger2 is only used for injecting the object where ever it is required.