You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RoomWithRxJava is a sample project to understand the Room Library to store the data in app and use it when we need. This project is using RxJava for processing data from UI to Room Database inside the app. Code is written in the Java with MVP architecture.