Skip to content
#

datastore

Here are 275 public repositories matching this topic...

What is DataStore 🤷‍♀️? Jetpack DataStore is a data storage solution. It allows us to store key-value pairs (like SharedPreferences) or typed objects with protocol buffers . DataStore uses Kotlin, Coroutines and Flow to store data asynchronously with consistency and transaction support 😍. In short, it’s the new data storage solution which is the…

  • Updated Sep 12, 2020
  • Kotlin

What is DataStore 🤷‍♀️? Jetpack DataStore is a data storage solution. It allows us to store key-value pairs (like SharedPreferences) or typed objects with protocol buffers DataStore uses Kotlin, Coroutines and Flow to store data asynchronously with consistency and transaction support 😍. In short, it’s the new data storage solution which is the r…

  • Updated Sep 14, 2020
  • Kotlin

A to-do list or Grocery list app. When you start the app you can see some predefined sample items list for your convenience. you can delete them. You can add an item and its price to the list. you can search items by name. you can sort them by their name or by date created. you can mark any item as important and a star will appear to show it is …

  • Updated Mar 25, 2021
  • Kotlin

Improve this page

Add a description, image, and links to the datastore topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the datastore topic, visit your repo's landing page and select "manage topics."

Learn more