Closed Ruggero1912 closed 2 years ago
exploited https://developer.android.com/reference/android/content/SharedPreferences to implement a settings activity and store KV pairs for theme mode and trainer name.
No method to store cumulative data / session data in permanent storage (in case you will need to implement that, have a look to Android Room (that exploits sqlLite or something like that to store locally data)
I think that it would be useful to implement a good method to store and retrieve data in order to save the trainer name and eventually some other informations.
This would be useful also for the athleteApp.