Hi Friends i want to create tab's in project. For making tab there is two way which i found
1) Extends the activity class with TabActivity class which is deprecated as i seem this is a easy way but don't why it is deprecated so i want to know whether any other class or any alternative for that class.
2) Create individual activity for every tab which lengthy but convenient way but still feels TabActivity is fast one.
I was wondering if anybody could tell me, Thanks