Home

Awesome

RxCacheSamples

This project shows how to use RxCache for both Android and Java projects using RxJava2.

sample_data

Java module which actually implements RxCache, it acts as a central data repository making http calls to Github api using Retrofit.

sample_android

Android module which uses sample_data module.

sample_java

Java module which uses sample_data module.