SuperRecyclerView
SuperRecyclerView copied to clipboard
Pumped up RecyclerView
@Malinskiy I have implemented SwipeToDismiss, everything works properly. Just one thing I have noticed, I tested my app on few devices. On some devices swiping item from right to left,...
How can i replace the pure recylerview to my custom recylerview?
i use leakcanary , SwipeActivity has cause leak ![Uploading device-2015-08-07-122242.png…]()
Is there any way to add expandable views to this library? I have heard suggestions to actually add and remove views on click.
When I scroll the list and select one item the position passed is wrong. You know why this happens??
Hi, I am trying to use the swipe to dismiss feature in a SuperRecyclerView within a ViewPager Fragment. Now, according to the readme : "_Do not setup swipe to dismiss...
I am trying to get the SuperRecyclerView to wrap its content, this is the result: But when I use the normal RecyclerView it does work: How can I fix this?
Process: com.malinskiy.superrecyclerview.sample, PID: 15174 java.lang.NullPointerException at com.eowise.recyclerview.stickyheaders.HeaderStore.wasHeader(HeaderStore.java:98) at com.eowise.recyclerview.stickyheaders.StickyHeadersItemDecoration.getItemOffsets(StickyHeadersItemDecoration.java:89) at android.support.v7.widget.RecyclerView.getItemDecorInsetsForChild(RecyclerView.java:2744) at android.support.v7.widget.RecyclerView$LayoutManager.measureChildWithMargins(RecyclerView.java:5543) at android.support.v7.widget.LinearLayoutManager.layoutChunk(LinearLayoutManager.java:1332) at android.support.v7.widget.LinearLayoutManager.fill(LinearLayoutManager.java:1269) at android.support.v7.widget.LinearLayoutManager.onLayoutChildren(LinearLayoutManager.java:523) at android.support.v7.widget.RecyclerView.dispatchLayout(RecyclerView.java:1942) at android.support.v7.widget.RecyclerView.onLayout(RecyclerView.java:2237) at android.view.View.layout(View.java:14884) at android.view.ViewGroup.layout(ViewGroup.java:4651) at android.support.v4.widget.SwipeRefreshLayout.onLayout(SwipeRefreshLayout.java:543) at...
In version recyclerview 22.2.0, onScrolled method was called when setAdapter ,onMoreAsked method was called and load more view is visible.
Is there any advised way to add a header (not a sticky header that scrolls down, but a header that minimizes on scroll down, that also doesn't kill the pull...