Hey guys just a little suggestion over the use of
Observable.fromArray()
in wiki pages,
seems to have used the
Observable.fromIterable(list); instead of Observable.fromArray(array);
Here is link to page
https://github.com/ReactiveX/RxJava/wiki/Creating-Observables#fromarray
Please change if applicable thanks.