Basic exercise around Rxjava and android,
master branch has the complete app with answer, checkout the exercise branch to work on the exercise
- first exercise:
- compose with the Observable that gives every word typed by the user and refresh the list of the recyclerView
- Third exercise:
- using TestSubscriber and TestScheduler, test the business rx logic