How to implement firebase recycler using TextWatcher?
问题 I have implemented Firebase recycler in my app. Everything works fine while using text watcher, but recycler view is not updating in onTextChanged with the keyboard up, and gets updated as soon as i press the keyboard to go down. This is my code: private TextWatcher textWatcher = new TextWatcher() { public void afterTextChanged(Editable s) { } public void beforeTextChanged(CharSequence s, int start, int count, int after) { } public void onTextChanged(CharSequence s, int start, int before, int