https://github.com/w2sv/typedpreferences
Android library for convenient interfacing with SharedPreferences whilst reducing the number of carried out IO operations
https://github.com/w2sv/typedpreferences
android kotlin library sharedpreferences
Last synced: 8 months ago
JSON representation
Android library for convenient interfacing with SharedPreferences whilst reducing the number of carried out IO operations
- Host: GitHub
- URL: https://github.com/w2sv/typedpreferences
- Owner: w2sv
- License: gpl-3.0
- Archived: true
- Created: 2022-11-13T16:51:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-16T12:14:35.000Z (over 3 years ago)
- Last Synced: 2025-01-19T02:53:31.129Z (over 1 year ago)
- Topics: android, kotlin, library, sharedpreferences
- Language: Kotlin
- Homepage:
- Size: 107 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TypedPreferences

[](https://jitpack.io/#w2sv/TypedPreferences)
[](https://github.com/w2sv/TypedPreferences/actions/workflows/workflow.yaml)
[](https://jitci.com/gh/w2sv/TypedPreferences)

Android library for convenient interfacing with SharedPreferences whilst reducing the number of carried out IO operations
## Installation with gradle & jitpack
```gradle
implementation 'com.github.w2sv:typedpreferences:x.y.z'
```
or get the latest snapshot of a certain branch:
```gradle
implementation 'com.github.w2sv:typedpreferences:-SNAPSHOT'
```
## License
[GPL-3.0](https://github.com/w2sv/TypedPreferences/blob/main/LICENSE)