ogaclejapan / SmartTabLayout

A custom ViewPager title strip which gives continuous feedback to the user when scrolling
Apache License 2.0
7.09k stars 1.34k forks source link

ViewPager2 support is still missing? #288

Open mseroczynski opened 5 years ago

mseroczynski commented 5 years ago

We've started migrating our project to VP2 while ago, do we need to abandon this lib or an update with support is coming soon..? Thank you for your time, lib was awesome as long as it was supported ;)

mseroczynski commented 4 years ago

Is this lib abandoned by now?

mseroczynski commented 4 years ago

@ogaclejapan

mseroczynski commented 4 years ago

@ogaclejapan

protoss5482 commented 2 years ago

ViewPager is deprecated... when ViewPager2? @ogaclejapan

ogaclejapan commented 2 years ago

@protoss5482 I'm sorry. I have no plans to support ViewPager2 :( RecyclerView-based ViewPager2 is incompatible.

I recommend Material components tab instead of SmartTabLayout. https://github.com/material-components/material-components-android/blob/master/docs/components/Tabs.md

archie94 commented 2 years ago

Interested folks can check my fork for a ViewPager2 implementation cc @protoss5482 https://github.com/Ultrahuman-tech/SmartTabLayout/tree/flekx_dev

@ogaclejapan Are you willing to take PRs for this? If so I may clean up my branch and raise one. :)

fishkingsin commented 9 months ago

@ogaclejapan could you please merge @archie94 PR, thanks