Flajt/decentproof-app
Feat: Create SharedPreferences Wrapper service
Ouverte
#150 ouverte le 13 nov. 2024
AppP0good first issuerework
Métriques du dépôt
- Stars
- (3 étoiles)
- Métriques de merge PR
- (Métriques PR en attente)
Description
As SharedPreferences is used in multiple places it could be benificial to have a wrapper service which simply abstracts the logic, it would be a one to one mapping. Just in case the underlying library needs to be replaced at one point.
Test would be needed as well