Flajt/decentproof-app
Feat: Create SharedPreferences Wrapper service
Aberta
#150 aberto em 13 de nov. de 2024
AppP0good first issuerework
Métricas do repositório
- Stars
- (3 estrelas)
- Métricas de merge de PR
- (Métricas PR pendentes)
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