Answer the question
In order to leave comments, you need to log in
How to add search menu in fragment?
Good day to all.
In the application I use NavigationDrawer. Toolbar I use custom. I switch fragments in the NavigationDrawer menu. The task is that when switching to a certain fragment, a list comes out (I already implemented it in RecyclerView). And a search menu should appear at the top of the Toolbar. It will search the list.
If all this is done in the Activity, then there are no questions.
I create menu.xml and in activity I create a menu through
@Override
public boolean onCreateOptionsMenu(Menu menu) {
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question