Android using viewPager vs using tabhost

Viewed 9345

In my Android application I have had to use a tab layout and I want to choose a one from folowing scenarios. they are

  • using viewPager
  • using tab host

what are the advantages of viewPager over tabhost. Which one is better. And I'm targeting the android 4.2. Thank You!

2 Answers
Related