DevAhamed / MultiViewAdapter

Easily create complex recyclerview adapters in android
https://devahamed.github.io/MultiViewAdapter
Apache License 2.0
818 stars 148 forks source link

Persistent item position in RecyclerView using drag and drop #112

Open ashtonjonesdev opened 4 years ago

ashtonjonesdev commented 4 years ago

Hi Riyaz 👋🏼,

Love this library- I have been using it as a replacement to RecyclerView.

Is there currently a way to persist the position of items in a RecyclerView after using drag and drop (i.e., keep the re-ordered list of items after dragging and dropping when the app is restarted)?

Or any workaround you know of for the time being?

Do you plan to add this feature in the future?

Thanks, and please keep building out this amazing library!

Ashton