Skip to content

Instantly share code, notes, and snippets.

View 0xMatthewGroves's full-sized avatar
🇺🇸

Matthew Groves 0xMatthewGroves

🇺🇸
View GitHub Profile
package com.frostrocket.samples
import android.content.SharedPreferences
import androidx.core.content.edit
import androidx.preference.PreferenceManager
import kotlin.properties.ReadWriteProperty
import kotlin.reflect.KProperty
/**
* Yet another implementation of Shared Preferences using Delegated Properties