Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 842 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 842 Bytes

fuel-android

Kotlin

The android package for Fuel.

Installation

You can download and install fuel-android with Maven and Gradle. The android package has the following dependencies:

  • fuel:fuel:<same-version>
  • Kotlin: 1.3.10
  • Android SDK: 19+
compile 'com.github.kittinunf.fuel:fuel:<latest-version>'
compile '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