# Android

The android package for [`Fuel`](https://fuel.gitbook.io/documentation/support/broken-reference).

## Installation

You can [download](https://bintray.com/kittinunf/maven/Fuel-Android/_latestVersion) and install `fuel-android` with `Maven` and `Gradle`. The android package has the following dependencies:

* [`Fuel`](https://fuel.gitbook.io/documentation/core/fuel)
* Android SDK: 19+

```groovy
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 [here](https://fuel.gitbook.io/documentation/core/fuel)
