問題タブ [rx-binding]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
android - RxBinding RxTextView.textChangeEvents を使用して個別の値を処理する方法
現在の Android アプリケーションで RxBinding を使用しており、テキスト検索機能を実装したいと考えています。
私のコードは次のとおりです: -
個別の値のみを検索したいのですが、上記のコードでは検索リクエストが重複しています。
重複した文字列を個別に削除しないのはなぜですか?
たとえば、検索 EditText に「chilian」と入力すると、
私の検索コードは次の文字列で呼び出されます
私は何を間違っていますか?