January 2018
Intermediate to advanced
434 pages
14h 1m
English
Create a new Android project and add an activity. Now, add fuel dependencies to your project dependencies by adding the following lines in your build.gradle and syncing the project:
//Fuel - Networking in Kotlincompile 'com.github.kittinunf.fuel:fuel:$fuel_version' //for JVM
Here, $fuel_version is the latest version of fuel library.
Read now
Unlock full access