So I have an Android app that is running in a TabActivity
that separates 6 different activities through its tabs. Since TabActivity
is deprecated since HoneyComb, and as far I as read I've to use fragments.
Have I to transform all that 6Activities into fragments if I want to use action bar
with tabs
, right? Where should I start to rewrite all my activities into fragments?