Skip to content

Room ‐ When to use room database instead of other storage techniques

Devrath edited this page Oct 14, 2023 · 1 revision
  • We can use the file system and store the data in local storage or sd card` but this always involves manual parsing
  • We can use shared-preferences or data-store but this is only for scenarios where we need to store key/value pairs, things like access-tolken, system-settings etc..
Clone this wiki locally