I'm new to the android framework and I wonder if it is possible to call the same activity from a TabHost? I have 3 tabs and every tab populate a list but different values. I want to filter the list in the tabs. Every tab's data build from the list, that's why I don't want to make 3 different Activity. It is possible with the TabHost and TabActivity classes?
Thanks in advance!
Br, Peter