Last active
June 19, 2022 14:13
-
-
Save molidev8/7ab5d9dafb21e8c71b5f5d77d39eef9d to your computer and use it in GitHub Desktop.
Adding the callback to the RecyclerView
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ItemTouchHelper( | |
OurSimpleCallbackImpl() | |
).attachToRecyclerView(binding.recyclerView) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment