siralam / LoopingViewPager

A ViewPager and PagerAdapter combination that support auto scroll, infinite loop and page indicators.
532 stars 64 forks source link

androidx support #14

Closed pparkppark closed 5 years ago

pparkppark commented 5 years ago

When I migrated my project to Androidx, the compiler failed with an incorrect cast in setadapter. I built it temporarily via enablejetifier, but it shows the wrong behavior in the instanceof reserved words. I want to know when Androidx support.

siralam commented 5 years ago

Do not have experience on Android X yet, will take a look at this in the future.

pparkppark commented 5 years ago

@siralam, see the pull request please

siralam commented 5 years ago

Merged #15