Rx AssetManager
An RxJava2 implementation of the Android AssetManager.
Inspired by the blog post RxRecipes: Wrap your way to Rx by Scott Meschke.
Any help or contribution is welcome.
Download
Gradle
Maven
*core-ext
will include core
automatically.
Usage
This example will either open or list and open any files as InputStreams.
Check the sample apps for more detailed examples.
Core
Core-Ext
TODO
- Add javadoc.
- ...