Skip to content
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

Multiple ItemViewTypes possible? #35

Open
MFlisar opened this issue Jun 18, 2015 · 3 comments
Open

Multiple ItemViewTypes possible? #35

MFlisar opened this issue Jun 18, 2015 · 3 comments

Comments

@MFlisar
Copy link

MFlisar commented Jun 18, 2015

Is that currently possible somehow? Are you planning to support that?

@ivacf
Copy link
Contributor

ivacf commented Jun 22, 2015

Hi, mutiple item view types are not supported. I don't think this is a big priority at the moment. Most of the time we only need one view type. If multiple ones are needed, it can be implemented fairly easily by using RecycleView.Adapter directly.

If more people think this feature would be useful, we can think about how this can be supported without increasing the complexity of the library.

@vjames19
Copy link

Hi @ivacf, I think this would be a useful feature and it is the only one backing me out from using this library. I currently use multiple view types in some of my feeds and would like to work with you on adding this to the library. What do you think?

@MFlisar
Copy link
Author

MFlisar commented Aug 27, 2015

Another good thing about this: this allows to use sections with EasyAdapter as well... You have to manually add them, but at least it's easily possible then...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants