not able to implement the filter in SearchView. (SearchView+ FirebaseRecyclerAdapter)
问题 I am using the FirebaseRecyclerAdapter of Firebase-UI. I'm not able to implement the filter in SearchView. My database: My Question: How to search in FirebaseDatabase by character using FirebaseRecyclerAdapter ? (I want to search by username) My Code: I used this method for search, what's wrong in my code? mSearchView.setOnQueryTextListener(new SearchView.OnQueryTextListener() { @Override public boolean onQueryTextSubmit(String query) { return false; } @Override public boolean