I have a SherlockFragmentActivity
with 4 tabs in it. It holds Fragment
s and everything works fine except I want to change the context menu when the user goes to a different tab.
My tabs are setup similarly (not exactly) as what is on this page:
http://www.javacodegeeks.com/2013/06/android-action-bar-with-tab.html
If each tab has its own context menu, how would that refresh be triggered from the listener?