Swipeable-RecyclerView
Swipeable-RecyclerView copied to clipboard
Change SwipeBehaviour(for left or right) after recyclerview.setAdapter
Hi, is it possible on this library?
Sorry for the late response. I'm not sure I understand your intentions. The SwipeConfiguration for a specific position is queried when the onBindViewHolder() method is called, thus it can change over the lifetime of the RecyclerView. If you want to change the behavior of an item that is already displayed however, this is not possible.
Also, just a heads up: I'm no longer actively maintaining this library, but if you want to submit a pull request you can still do so and I'll accept it.