Skip to content

Use DataStore instead of SharedPreferences #21

Open
@Monty-Beauchamp

Description

@Monty-Beauchamp

What:
DataStore objects are the best way of storing key-value pairs.
Old: https://developer.android.com/reference/kotlin/android/content/SharedPreferences
New: https://developer.android.com/topic/libraries/architecture/datastore

How:
Replace all instances of SharedPreferences with DataStore objects.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions