An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# TypedPreferences

![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/w2sv/TypedPreferences?include_prereleases)
[![](https://jitpack.io/v/w2sv/TypedPreferences.svg)](https://jitpack.io/#w2sv/TypedPreferences)
[![Build](https://github.com/w2sv/TypedPreferences/actions/workflows/workflow.yaml/badge.svg)](https://github.com/w2sv/TypedPreferences/actions/workflows/workflow.yaml)
[![](https://jitci.com/gh/w2sv/TypedPreferences/svg)](https://jitci.com/gh/w2sv/TypedPreferences)
![GitHub](https://img.shields.io/github/license/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)