<how to synchronise room database of android app w...
# stackoverflow
u
how to synchronise room database of android app with remote server I'm working on an android app with an MVVM pattern. I have to sync my local database with a remote server. but I have no idea how to do it. I have used the room database.