Android
Installation
implementation 'com.github.kittinunf.fuel:fuel:<latest-version>'
implementation 'com.github.kittinunf.fuel:fuel-android:<latest-version>'Usage
Making Requests
Last updated
Was this helpful?
The android package for Fuel.
You can download and install fuel-android with Maven and Gradle. The android package has the following dependencies:
Android SDK: 19+
implementation 'com.github.kittinunf.fuel:fuel:<latest-version>'
implementation 'com.github.kittinunf.fuel:fuel-android:<latest-version>'The fuel core package automatically uses the AndroidEnvironment from the fuel-android package to redirect callbacks to the main looper thread.
It is the same with core package, so refer on core documentation at here
Last updated
Was this helpful?
Was this helpful?