I have used a TabHost in my application with three tabs suppose A, B and C...
In general when we click on any tab it will open new activity "with TAB LAYOUT", but i want to do something different When I do click on tab c an Intent should be shown and I don't want tab layout for that Intent
How can I do it?
Thanking you all!!!