Skip to content

Instantly share code, notes, and snippets.

@molidev8
Last active June 19, 2022 14:13
Show Gist options
  • Save molidev8/7ab5d9dafb21e8c71b5f5d77d39eef9d to your computer and use it in GitHub Desktop.
Save molidev8/7ab5d9dafb21e8c71b5f5d77d39eef9d to your computer and use it in GitHub Desktop.
Adding the callback to the RecyclerView
ItemTouchHelper(
OurSimpleCallbackImpl()
).attachToRecyclerView(binding.recyclerView)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment