jpardogo / PagerSlidingTabStrip

An interactive indicator to navigate between the different pages of a ViewPager
2.19k stars 354 forks source link

Library deprecated? #160

Closed LithiumSheep closed 5 years ago

LithiumSheep commented 7 years ago

The Google design repository has an implementation of TabLayout now, would you recommend we continue to use this library or adopt the official widget?

jpardogo commented 7 years ago

It depends of your requirements, this library offers some features that you don't get for free with TabLayout. So, It depends what you actually need to implement. That's the reason I didn't actually deprecated it. But if you can use TabLayout I would use it.