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.
- 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