Do you use SharedPreferences?

This page summarizes the projects mentioned and recommended in the original post on /r/androiddev

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • androidx

    Development environment for Android Jetpack extension libraries under the androidx namespace. Synchronized with Android Jetpack's primary development branch on AOSP.

  • preferences datastore is similar to SharedPreferences. Proto datastore is the one you should be using, and is based on protocol buffers to give you type safety among other advantages. Even in the case of preferences datastore though, it doesn't appear to even mention SharedPreferences. You can see the source for all datastore components here: https://github.com/androidx/androidx/tree/androidx-main/datastore

  • persista

    Small kotlin library for persisting _single instances_ of kotlin data classes

  • I ended up doing something similar to store data classes because I wanted something in pure kotlin ( https://github.com/erdo/persista no encryption though).

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Is there anywhere on github which has the latest Android Open Source Project (AOSP) files?

    2 projects | /r/androiddev | 6 Mar 2023
  • LiveData is superior to StateFlow for UI and ViewModel layer.

    5 projects | /r/androiddev | 8 Oct 2021
  • Pi Practice App in Compose

    4 projects | dev.to | 19 Apr 2021
  • Searching for a library that can render PDF from firebase storage link.

    1 project | /r/androiddev | 26 Apr 2023
  • Building Reddit Recap with Jetpack Compose on Android

    1 project | /r/RedditEng | 3 Apr 2023