/Cronet-Sample

Primary LanguageKotlinApache License 2.0Apache-2.0

Sample implementation of Cronet with Kotlin Coroutine

Goals

  • Make JSON post request by Cronet without any other libraries
  • Convert callback style response handling into Kotlin coroutines

How to run

  1. Import this project
  2. Fix access URL in the HomeViewModel.kt
  3. Run