Installation





1. Add below library to App-Level Gradle

compile 'io.reactivex.rxjava2:rxandroid:2.0.1'

compile 'io.reactivex.rxjava2:rxjava:2.1.7'


2. Use Java 8 compatibility code - To support lambda expression and java 8+ feature

 compileOptions {
 targetCompatibility 1.8
 sourceCompatibility 1.8
 }

Comments

Popular posts from this blog

RxNetworking - Installation and configuration

Temp-1

RxNetworking - POST Method