SuperRecyclerView
SuperRecyclerView copied to clipboard
Pumped up RecyclerView
Hello. I'm making API calls to get more items as the user reaches the end of the page. That api call gives me 10 at a time. The problem is...
Is it normal that swipe to dismiss does not work when the view has an `OnClickListener` set (even if it's null) ?
Load more does not work when I open an activity and then again come to the activity/fragment having super recycler view.
i set the true the reverse properties in layout manager `layoutManager =new LinearLayoutManager(getApplicationContext(), LinearLayoutManager.VERTICAL, true);` but More Progress still in Bottom. im trying to create List Chat
Sorry, but Is the any method to work on two different functionalities with two individual swiping mode? Like: When I swipe left it will show a Toast of swiping left...
Let's say we set numberBeforeMoreIsCalled = 5. SuperRecyclerView is initialized with 11 items, first ten of them are visible, it leads to triggering onLoadMoreListener and showing the Load More animation....
I am trying to use SuperRecyclerview for loading more and more items in SuperRecyclerview with layoutmanager=LinearLayoutManager.HORIZONTAL .Everything is working fine but my layout for more progress defined in attribute"layout_moreProgress" is...
I have a SuperRecyclerView instance and I setup a swipe-to-dismiss callback to it. The canDismiss method returns true. But it does not work. Probably I do something wrong.
I was trying to change the LayoutManager from GridLayoutManager to LinearLayoutManager, It works fine until you scroll to the last item. According to the StackTrace this method is what's causing...
StickyHeadersItemDecoration is depracated