Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 372 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 372 Bytes

RxJava Demo

This is simple RxJava demo example. Implemented service DataService returns data flows on query. Data flow consumer example DataServiceTest is implemented as unit test.

Build and Run

gradle clean build test