AAC LiveData
Installation
implementation 'com.github.kittinunf.fuel:fuel:<latest-version>'
implementation 'com.github.kittinunf.fuel:fuel-livedata:<latest-version>'Usage
LiveData Response
Fuel.get("www.example.com/get") .liveDataResponse() .observe(this) { /* do something */ }
Last updated
Was this helpful?