Skip to content

Latest commit

History

History

rxjava

Folders and files

NameName
Last commit message
Last commit date

parent directory

..

RxJava

Depends on base module. Operators and extensions to make your RxJava 2 code awesome.

Features

Adds extensions for:

RxJava

  • Completable
  • Observable
  • Single
  • Breadcrumbs

TODO: Add code examples

Usage

And add the following script to the app dependencies:

dependencies {
    implementation 'com.github.mindera.skeletoid:rxjava:1.1.0'
}