android - How to drag and drop items over bounds of the horizontal recyclerview with ItemTouchHelper.Callback? -


i want drag items on horizontal recyclerview(not within bounds of recyclerview) , when drop item goes new position animation. how achieve using itemtouchhelper.callback?

i think might avoid using itemtouchhelper achieve goal. see my code on github more information.


Comments

Popular posts from this blog

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -