Android: how to change menu item at page scrolling with ViewPager? -


the last version of whatsapp i'm talking about. when scroll between tabs toolbar shows different menu options. can implement viewpager adapter , fragments not this. how done? don't know kind of trick behind. changes everytime switch pages

in each fragment have override oncreateoptionsmenu, different menu/menu.xml files

@override public void oncreateoptionsmenu(menu menu, menuinflater inflater) {     menu.clear();     inflater.inflate(r.menu.menu, menu);     super.oncreateoptionsmenu(menu, inflater); } 

don't forget call sethasoptionsmenu(true);, in oncreate of fragment


Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - Bypass Geo Redirect for specific directories -

php - .htaccess mod_rewrite for dynamic url which has domain names -