I am creating an application which has five tabs at the bottom of the screen, each of which opens a different Activity.
My Tab Activity extends TabActivity which I have just read is deprecated and I should use Fragments instead.
How do I change my app to use Fragments instead? I have read the information on android.developer.com but I still have no idea how to do this.