How do I change the android actionbar title with tab menu? -


how change android actionbar title when select tab menu?

in onpageselected() , try following code,

 getsupportactionbar().settitle("my title");; 

this may helps you.


Comments

Popular posts from this blog

wireshark - USB mapping with python -

c++ - nodejs socket.io closes connection before upgrading to websocket -

Deploying Qt Application on Android is really slow? -