Project shows how to build autocomplete feature with RxJava operators in toolbox.
Imagine you have application with home, work and contact addresses saved in local storage and you want to combine them with Google Places autocomplete api to implement the autosuggestion feature.
You can see next rx operators in action:
- map / flatMap / switchMap
- empty / error / just / from
- filter
- debounce / timeout
- doOnError / onErrorResumeNext
- subscribeOn / observeOn / unsubscribe