I have implemented TabActivity
in my project but as now it is deprecated, so I want to convert that to Tabs that use fragments. Can anyone provide an example which explains converting deprecated TabActivity
to Fragments
.
EDIT: I am able to convert TabActivity
to FragmentTab
s. But converting activities, that each tab contains, to Fragment
is a great challenge.. What things do I need to keep in mind while converting activity
to Fragment
.