I\'m going to create an application which is designed to use Tabhost, but as I know it\'s been deprecated. So my question is should I use Tabhost a
Tabhost
As per Android API level-18, ActionBarSherlock is not recommended instead of that,they have introduced ActionBarCompat .. Better to go with ActionBarCompat.
Thank you.