Is It Possible To Migrate From Realm To Sqlite?

Viewed 921

For some reasons(mainly large apk size even with ABI splits, anyway) i need to remove Realm completely and use Sqlite without losing data.

I couldn't find a way. It seems the app must continue using Realm, or users will lost their data completely.

Any idea will be appreciated

2 Answers
Related