Skip to content
This repository was archived by the owner on May 21, 2019. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Routine RxJava2 Adapter

Routine ships with a default adapter for router. This child module contained herein is additional adapter for RxJava2.

Usage

Supply an instance of rxjava2 adapter when building your Routine instance:

Routine routine = new Routine.Builder()
  .addAdapter(RxJava2AdapterFactory.create())
  .build();

Download

compile 'com.anbillon.routine:adapter-rxjava2:1.1.1'