Currently i am working in Android application, Using Tabbar to set five tabs, then i select third tab it shows ListView, the user select ListItem to go next screen (Using Intent), At the same time Tabbar is hidden, so i tried to show the tabbar in that screen, but i didn’t know that? please help me
Thanks in Advance
I’d been also having the same problem. With use of this
ActivityGroupclass help me to do my requirement. You can also try with below code.Hope this helps you.