-
Notifications
You must be signed in to change notification settings - Fork 255
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
Custom adapter has a generic bug #205
Comments
implementation 'me.tatarka.bindingcollectionadapter2:bindingcollectionadapter:4.0.0' `public class MainPageViewModel extends RVPresenterViewModel<NewsInfoBean, NewsItemObservable> {
`
|
adapter should can add header and fooder |
Is this a general databinding issue or question? You are more likely to get a
response from somewhere like
StackOverflow.
Issue
Please be as detailed as possible and include a (formatted) stacktrace if
relevant. A sample project that reproduce the problem goes a long way!
Feature Request
Please give an example use-case on why the feature is useful. Keep in mind the
scope of this project is to bind data to RecyclerView/ListView/ViewPager etc,
not to add additional features to those views.
The text was updated successfully, but these errors were encountered: