SimpleRecyclerView icon indicating copy to clipboard operation
SimpleRecyclerView copied to clipboard

A RecyclerView extension for building list more easily.

Results 15 SimpleRecyclerView issues
Sort by recently updated
recently updated
newest added

I have added an onCellClickListener to the cells in my recyclerview, which is a list of podcasts. The selected podcast should start playing when the user taps a cell in...

Headers are not showing up on init, only after I scroll down and up they appear to be drawn. If I have only one item, I can't scroll and I...

This allow you to use multiple different cell types within a sectioned recycler view.

after I set the section header, how can I remove it without clear all my recyclerview?

Hello, I have a recycler view that displays list of different events, each event type is represented by different Cell type, however I would like to have section header that...

When i move the last item from the bottom to top and then top to bottom with hight speed. The order of item between first to the last be auto...

I use > ActivityOptionsCompat options = ActivityOptionsCompat.makeClipRevealAnimation(view, 0, 0, 0, 0); to startActivity, but cell.setOnCellClickListener not have view. How to get view when use default cell. Thanks

Im using kotlin and have been following the guide in the readme. **Problem 1** I came across the section below in the readme and i cannot get it to work....

Header items appear to be unable to use either percentage guidelines (if using ConstraintLayout) or align-to-right (if using RelativeLayout). This is unfortunate, because the data items themselves work perfectly with...