Hi friends. I want to create a tab in a project. There are two ways to create a tab, which I found
1) Extends the activity class with the TabActivity class, which is deprecated since I think this is an easy way, but not because it is deprecated, so I want to know if there is any other class or any alternative for this class.
2) Create an individual activity for each tab that is long but comfortable, but still feels that TabActivity is fast.
I was wondering if anyone can tell me, Thanks
source share