Skip to content
#

expandable

Here are 120 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

Improve this page

Add a description, image, and links to the expandable 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 expandable topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.