kaushikgopal / RxJava-Android-Samples

Learning RxJava for Android by example
Apache License 2.0
7.55k stars 1.37k forks source link

adding a filter in the search text listener to emit after typing 3 characters #50

Closed mootazltaief closed 8 years ago

mootazltaief commented 8 years ago

adding a filter in the search text listener example witch start searching only after typing at least 3 characters

kaushikgopal commented 8 years ago

@mootazltaief thanks for the contribution.

Only problem is i feel that adding more conditions would complicate the example and move away from the original intent. I think we're using the .filter in the retrofit example if peeps want to understand the usage of the .filter operator.

Cheers.