The LiveData
extension package for Fuel
.
You can download and install fuel-livedata
with Maven
and Gradle
. The livedata package has the following dependencies:
Fuel
- AndroidX Livedata: 2.0.0
implementation 'com.github.kittinunf.fuel:fuel:<latest-version>'
implementation 'com.github.kittinunf.fuel:fuel-livedata:<latest-version>'
See FuelLiveData.kt
- Fuel supports LiveData
Fuel.get("www.example.com/get")
.liveDataResponse()
.observe(this) { /* do something */ }