Implement Searchview with Navigation Drawer and Fragment inside
I want to implement SearchView on the toolbar in Navigation-Drawer and there is Fragment Activity like in the picture. I've tried SearchView on regular Activity and I succeeded, but when I implement it to Fragment Activity , why its code can not run. This is my Main Activity.java public class MainActivity extends AppCompatActivity implements NavigationView.OnNavigationItemSelectedListener { public static final String MAKAN = "makanan"; public static String WHERE = "makanan"; public static int WHERE2; String mQuery; ArrayList<Makanan> mlist = new ArrayList<>(); ArrayList<Makanan> mlistAll = new