-
Notifications
You must be signed in to change notification settings - Fork 553
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
[QUESTION] Adding section item to section that is empty, ie, has an orphan header #230
Comments
@ahmedkhan23, yes, check the demo app, example Headers and Sections. This is what I call auto-linkage. Pay attention that the support of Orphan headers, as I intended, is going to be deprecated soon with the next pre-release. Read issue #200 more more information. |
Will v5.0.0 b8 always be available in the repo for future access ? Also, in general [and perhaps particular to your lib]: what determines the stable ID for any particular ViewHolder ? I ran into an IllegalStateException earlier when trying to swap/drag views with the message that 2 ViewHolders had the same stable ID. |
Yes, 5.0.0-b8, like older pre-releases as well, remains available at JCentral.
As far as I know, stable ids should be used in conjunction only with You can read more about it, by googling it. |
Ragarding the methods for dragging, there's a listener There's also Then the |
Are the following limitations ?
We drag items out of a section so that we now have an orphan header. Can we drag items back into this section [that currently has no items] ?
Can we swap items of different types ? Both items extend AbstractSectionableItem.
The text was updated successfully, but these errors were encountered: