How do I persist my app settings in late 2024?
I am trying to create my first Android app in Android Studio using Kotlin. After successfully creating a couple of activities while learning how to use Jetpack Compose, I am now the point to add a settings screen where users can toggle a couple of options.
I would like to persist these settings so they are restored after the app has been shut down and relaunched.
So, I started looking for information on how to save settings in Android apps, and it seemed like <a...