Keep Android Local Db (realm) In Sync With Sql Server With Minimal Network Overhead
The Situation I've been banging my head on this one for awhile. I have a local DB using Realm with a back end SQL Server DB. There are a few areas in my app where data can be chang
Solution 1:
try to used onchangesListener on realm. to sync your updated or new data to sql server..
Post a Comment for "Keep Android Local Db (realm) In Sync With Sql Server With Minimal Network Overhead"