Android how can i replace the deprecated tabhost?

前端 未结 3 757
我在风中等你
我在风中等你 2020-11-30 10:58

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

3条回答
  •  旧巷少年郎
    2020-11-30 11:16

    As per Android API level-18, ActionBarSherlock is not recommended instead of that,they have introduced ActionBarCompat .. Better to go with ActionBarCompat.

    Thank you.

提交回复
热议问题