I have a tabhost where I need to use onTabChanged listener, but it does not fire. I have 2 tabs, each one of them uses an activity. Some said it’s because they both use activities, and once they are started the tab event won’t be called again. Is that so?
Share
If they are in focus, they may not fire. Can we see some code to be sure?