Since the Settings class is now ready, and it is possible to retrieve saved values, it is time to create a UI to change those settings.
For this, we will use a built-in interface from Android that relies on SettingsFragment and preferences XML. The planned activity will be reachable from the MainActivity using the options menu.