Skip to content
#

recyclerview

Here are 2,162 public repositories matching this topic...

lkesteloot
lkesteloot commented Sep 28, 2019

In my app I need to modify the drop position. If the item is hovering over position X, I need to say that the item will really drop in position Y, and have item Y open up so that it's visually clear to the user that this will happen.

iOS UITableView supports this with this delegate method.

TreyWurm
TreyWurm commented Apr 10, 2019

JavaDoc for addItem()/addItems() states that when passing a negative position it will be appended to the end. On eu.davidea:flexible-adapter:5.1.0 you got following annotation
@IntRange(from = 0) which prevents passing negative positions

即使不用饿了么订餐,也请务必收藏好该库!🔥 一行代码即可接入,二级联动订餐列表 - Even if you don't order food by PrubHub, be sure to collect this library, please! 🔥 This secondary linkage list widget can be accessed by only one line of code. Supporting by RecyclerView & AndroidX.

  • Updated Nov 22, 2019
  • Java

Improve this page

Add a description, image, and links to the recyclerview topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the recyclerview topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.