Fuel - Documentation
  • README
  • Core
    • Fuel
  • Support
    • Android
    • Coroutines
    • AAC LiveData
    • RxJava
    • Reactor
  • Deserialization
    • Forge
    • Gson
    • Jackson
    • Json
    • Kotlinx-Serialization
    • Moshi
  • Legacy
    • v1.x.y
Powered by GitBook
On this page
  • Installation
  • Usage
  • Making Requests

Was this helpful?

  1. Support

Android

PreviousFuelNextCoroutines

Last updated 6 years ago

Was this helpful?

The android package for Fuel.

Installation

You can 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>'

Usage

The fuel core package automatically uses the AndroidEnvironment from the fuel-android package to redirect callbacks to the main looper thread.

Making Requests

It is the same with core package, so refer on core documentation at

download
Fuel
here