How do I populate a spinner with data from a csv file?

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • kotlin-csv

    Pure Kotlin CSV Reader/Writer

  • Probably want to start off with something that can parse the csv file. https://github.com/doyaaaaaken/kotlin-csv is one library you could use

  • Jetpack-Compose-Playground

    Community-driven collection of Jetpack Compose example code and tutorials :rocket: https://foso.github.io/compose

  • Then as far as the spinner, I personally think compose provides a better API for this so check out drop-down menu. Otherwise you will have to use a spinner adapter and spinner view. https://developer.android.com/guide/topics/ui/controls/spinner

  • 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