Adventures in Tracking Upload Progress With OkHttp and Retrofit

This page summarizes the projects mentioned and recommended in the original post on dev.to

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
  • stream-chat-android

    :speech_balloon: Android Chat SDK ➜ Stream Chat API. UI component libraries for chat apps. Kotlin & Jetpack Compose messaging SDK for Android chat

  • So that's the implementation we ended up with for now! You can find all of this code in the Chat Android SDK's GitHub repository if you want to look at it in a real project.

  • Retrofit

    A type-safe HTTP client for Android and the JVM

  • First things first, let's see how you can upload a file to an API using Retrofit. Most APIs will expect a multipart form to contain the file data. You can declare a method inside a Retrofit interface like the one below to support that operation:

  • 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

  • Does Jetpack Compose have all features of traditional XML?

    1 project | /r/androiddev | 20 Jan 2022
  • Build an Android Chat app with Jetpack Compose

    3 projects | dev.to | 19 Mar 2021
  • Using Retrofit Interceptors to check network connection in Android and testing it

    2 projects | dev.to | 23 Jan 2024
  • Modern XMPP Server

    1 project | news.ycombinator.com | 1 Dec 2023
  • Lets make a Twitch Android app. Part 1. App access tokens

    1 project | dev.to | 16 Jul 2023