Search code examples
androidrealmgoogle-chrome-arc

Realm.io database, Does it work on ChromeOS's app runtime?


So I am planning to use a database called realm for a new android app, but before I choose this as the data layer I need to know if it plays nice with the app runtime for chrome(ARC). Does anyone know if they are compatible?

Update:12/21/2015

I recently asked if there where plans to support realm on arc in the near future and the answer was no. https://github.com/realm/realm-java/issues/1011


Solution

  • Realm is currently not compatible with ARC. There is a feature request here you can follow for updates: https://github.com/realm/realm-java/issues/1011