ogaclejapan / SmartTabLayout

A custom ViewPager title strip which gives continuous feedback to the user when scrolling

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ViewPager2 support is still missing?

mseroczynski opened this issue · comments

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 ;)

Is this lib abandoned by now?

ViewPager is deprecated... when ViewPager2?
@ogaclejapan

@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

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. :)

@ogaclejapan could you please merge @archie94 PR, thanks