Search code examples
androidandroid-sqliteandroid-night-mode

Does the night mode need sqlite?


I just want to know if the night mode in Android needs sqlite? or there's another way to save the mode in it when the user close the app and reopen it again it will save the mode pls help

If there's another way please share it with me Thanks


Solution

  • No, sqlite is not needed.

    Local application settings such as night mode preference are typically stored in SharedPreferences.