Okay, when my app starts it has two tabs, and one action in the action bar, when I switch to the second tab, i change the layout, and I want to remove the action I have in the bar, and add a different one, any easy way to accomplish this?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I got it working!
All you have to do is add conditional statements to your onCreateOptionsMenu, and then simply invalidate the menu when you switch the tab! Hope this helps someone!
Conditional:
And to invalidate: