I use Sherlock tabs to implement tabs. Everything works fine, but I want to do one more thing, and here is the script for this:
Suppose a fragment is loaded on a separate tab. Inside this fragment, when the button is pressed, I will have to load another fragment, but I want the tabs to remain.
How do I achieve this feature? Which method can help here?
source share