Comment on page
AAC LiveData
You can download and install
fuel-livedata
with Maven
and Gradle
. The livedata package has the following dependencies:implementation 'com.github.kittinunf.fuel:fuel:<latest-version>'
implementation 'com.github.kittinunf.fuel:fuel-livedata:<latest-version>'
See
FuelLiveData.kt
- Fuel.get("www.example.com/get").liveDataResponse().observe(this) { /* do something */ }
Last modified 4yr ago