Skip to content

Built an Android telemetry ingestion client that posts structured JSON data to a remote endpoint using Retrofit, coroutines, and Hilt, demonstrating clean architecture and reliable network communication patterns.

Notifications You must be signed in to change notification settings

mkCoding/TelemetryClient

Repository files navigation

Description

Built an Android telemetry ingestion client that posts structured JSON data to a remote endpoint using Retrofit, coroutines, and Hilt, demonstrating clean architecture and reliable network communication patterns.

What I learned

  • How to post structured JSON to a remote endpoint using Retrofit
  • If you're making post request and you pass and you're not passing an endpoint you need to pass Url param ( @Url url: String,)
  • Telemetry: automated collection and transmission of data from 1 system to another for monitoring or analysis (measure, package and send data)
  • Webhook: A url that waits for data

Video proof

Webhook.App.POST.Proof.mov

Webhook site that has a url that waits for data

https://webhook.site/#!/view/698de30c-b17e-4a32-8775-d3fdd34e9262/1a4372bd-56f7-482c-b595-31f6bb1ac000/1

About

Built an Android telemetry ingestion client that posts structured JSON data to a remote endpoint using Retrofit, coroutines, and Hilt, demonstrating clean architecture and reliable network communication patterns.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages