-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
A new way to use the header view moving to API 23.2.1 #342
Comments
This is recently updated in the new library on 23.2.0 and they have discussion around this issue from the updates |
we are about to upgrade ultimaterecycler view to depending on V23.2.1. hopefully it will solved all the issues all the way from the past. |
v0.5.0 important updates
|
Great! |
@cymcsg welcome back. I have been doing alot of the work to fix up this library.. that will be great if u can write some testing cases in the demo app to show all the functions from the core library. Cheers! |
Sometime if you adding ur custom view as the header view and it will not be recycled because it is not the same view type as the other normal views in the recycler view. I have read about the implementation today and hopefully i can adding this into the library so that there we will have TWO ways to implement header for different situation.
But this will cause exception issue from the recycler view.
Here is my work in progress
Now I am current looking for the implementation of
ignoreView
because i still trying to understand more of when to use this call.As I read from the currently status it is not gonna solve the header issue. This is commented from the dev team in google.
The text was updated successfully, but these errors were encountered: