-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to integrate this plugin with HashMap<String, String> kind of data? #17
Comments
Hi the library does not concern itself with how the data is stored or represented, have you got it working in a Recyclerview without sorting? |
Yes it is working. But now I manage understand a bit of how to fill the data in recyclerview. Now I got new problem which is, my imageview won't allow me to drag and sort. I have pick the imageview from linearlayout. But still the problem arise. Please check my layout file. I am using imageview with an ID of #holder, at the bottom of the layout.
|
Hi Emileb ! ..just to inform you that i manage to get this working smoothly !. my problem was. I didnt set the id of the imageview in dragSortRecycler.setViewHandleId after that, all is working . Thanks for the plugin. |
Great, thanks for the update! |
I had try couple of hours till now. Still cant integrate with HashMap<String, String>. Can you show me an example ?
The text was updated successfully, but these errors were encountered: