Has anyone ever used liteReplica with the Room persistence library?
Hello!
It should not be that hard. The main point is to make the Room library to use the LiteReplica library instead of the system's SQLite library. Room must also support opening a database file using a URI filename.
That's what I've been trying to find and where I've been having the issue with
Maybe check how SQLCypher does integration with Room. But it appears that the way they do it is a bit complicated... I suppose it should be simpler than that
Is there a sample Android studio project?
Please check the example for LiteSync:
http://litesync.io/en/android-studio.html