Search code examples
android-roomandroid-things

Does Android Things support Room Database?


I am migrating an existing app running on Android and is working on its migration to Raspberry Pi. Just wondering if it's possible to directly migrate the usage of Room database.


Solution

  • I can't see any obstacles against using Room on Android Things which is just a library "wrapping" SQLite.

    If interested, here is a list of Android features not currently supported by Android Things devices.