SearchBar with TabLayout and Viewpager. SearchBar (EditText) doesn't filter through users, nor events
问题 My SearchFragment is the host Fragment for two other Fragments: SearchUsersFragment and SearchEventsFragment . The way I have it organized is the TabLayout and Viewpager are in the SearchFragment , and the RecyclerView , Adapters , and ArrayList are in the two child Fragments. What I would like to do is implement a SearchBar ( EditText ), which I have already done in the SearchFragment and use that SearchBar to filter through the users (in SearchUsersFragment ) and events (in