The following pages and posts are tagged with

TitleTypeExcerpt
Adding Fast Android Networking to your Project Page Requirements Fast Android Networking Library can be included in any Android application. Fast Android Networking Library supports Android 2.3 (Gingerbread) and later. Using Fast Android Networking Library in your application Add this in your settings.gradle: maven { url <span...
Using Fast Android Networking with Jackson Parser Page Using the Fast Android Networking with Jackson Parser Add this in your settings.gradle: maven { url 'https://jitpack.io' } If you are using settings.gradle.kts, add the following: maven { <span...
Using Fast Android Networking with RxJava2 Page Using Fast Android Networking Library in your application with RxJava2 Add this in your settings.gradle: maven { url 'https://jitpack.io' } If you are using settings.gradle.kts, add the following: maven <span...
Using Fast Android Networking with RxJava Page Using Fast Android Networking Library in your application with RxJava Add this in your settings.gradle: maven { url 'https://jitpack.io' } If you are using settings.gradle.kts, add the following: maven <span...
About Fast Android Networking Post Fast Android Networking Library is a powerful library for doing any type of networking in Android applications which is made on top of OkHttp Networking Layer. Advantages of using Fast Android Networking library over other libraries: OkHttpClient can be customized for every request easily — like timeout customization,...