I use Tab Widget like in documentation example TabWidget
I have two tabs, and in every tab when I press some button I need to load another different activity. My question is how to achive that I have that two tab on another activities like headers ? I could create that tabs in new activities but it wouldn't remember choosen activity for another tab. How to solve this ?