Skip to content

ListAdapter (androidx.recyclerview:recyclerview:1.0.0) issue with drag and drop

License

Notifications You must be signed in to change notification settings

ExpensiveBelly/ListAdapterDragAndDropApplication

Repository files navigation

ListAdapterDragAndDropApplication

Project that shows how ListAdapter (androidx.recyclerview:recyclerview:1.0.0) does not work properly with drag and drop

This project uses 2 versions of ListAdapter:

  1. Default threading is used. Threading can't cope with animations and drag event ends abruptly. Item being dragged disappears from the screen.

  1. Synchronous executor is used: because there's no background thread or even posting to UI thread the animations happens instantly. Drag event remains as it should be and it doesn't abruptly end.

About

ListAdapter (androidx.recyclerview:recyclerview:1.0.0) issue with drag and drop

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages