nestrefresh
nestrefresh copied to clipboard
Android refresh kit by nest scroll. Pull-to-refresh and pull-to-load-more by behaviors
RefreshBarLayout too Long , causing sliding and shaking. When you quickly pull up the RefreshBarLayout, immediately pull down the RecyclerView example for your demo For example, in your demo SingleActivity(I...
Hello, Thank you for this awesome library, it works just fine. but when I'm using RefreshbarLayout and RefreshHeaderView, the onRefreshListener is getting triggered only once, for the first time. After...
https://github.com/ToDou/nestrefresh/blob/6d04c58684c5556da37ce82971c6deec8fa5a23c/nestrefresh/src/main/res/values/attrs.xml#L114 Fix:
I can't use the library, once the project starts building the error below comes up. I'm using AndroidX version ``` dependencies { implementation 'com.github.todou:nestrefresh-androidx:0.0.7' } ``` The Error - ```...