Ruggero1912 / TrainerApp

Trainer-side app of TrainAround
https://paciosoft.com/projects/trainaround
1 stars 0 forks source link

Implement a way to store some settings in the app (the name of the trainer, eventually cumulative data of previous training sessions, the type of connection) #1

Closed Ruggero1912 closed 2 years ago

Ruggero1912 commented 2 years ago

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.

Ruggero1912 commented 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)