-
Error:(32, 13) Failed to resolve: com.github.lsjwzh.RecyclerViewPager:lib:v1.1.1
Show in FileShow in Project Structure dialog
-
-
I'm using version 1.1.0 and i noticed that `scrollToPosition` does not call `OnPageChanged`.
``` java
mRecyclerView.addOnPageChangedListener(new RecyclerViewPager.OnPageChangedListener() {
@Overr…
-
Fatal Exception: java.lang.ArithmeticException: divide by zero
at com.lsjwzh.widget.recyclerviewpager.LoopRecyclerViewPagerAdapter.getActualPosition(LoopRecyclerViewPagerAdapter.java:52)
…
-
Hi! I'm trying to reduce the space between views, but without succeeding.
Here the code:
```
```
Thanks.
Gaia
-
集成之后发现 Failed to resolve: com.github.lsjwzh.RecyclerViewPager:lib:v1.2.0
由于是托管到JitPack上的 我去上面搜 发现有个较新的1.12 集成后工程正常
而且1.20的log状态也是error 可以看一下么
-
Hi.
I have three tabs which your library is used in the middle tab in horizontal scrolling. When I scroll right, it is fine however when I scroll left, it changes the tab.
I record a video that you ca…
-
-
Starting from API level 28, the old support libraries wont be updated anymore and instead one is expected to use the new AndroidX packages. To ensure old binary deps don't break, a new tool Jetify is …
-
Hey, I'm completely new in the android world and more so in the github community. I liked the usage of the RecyclerViewPager and wanted to use it in a project. But can't understand how to use it in th…