I checked support of Rxbinding for MultiAutoCompleteTextView. But haven't seen any option.
Asked
Active
Viewed 47 times
1 Answers
1
You don't need RxBindings (it helps but is not necessary) to get any view to work, you could 'bind' a view by yourself, it means that you could use RxJava to do async work but handle data and bind it to your prefered View by yourself.

dilix
- 3,761
- 3
- 31
- 55