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

Remove usage of Butterknife in Items #1179

Closed
wants to merge 31 commits into from
Closed

Remove usage of Butterknife in Items #1179

wants to merge 31 commits into from

Conversation

veyndan
Copy link
Collaborator

@veyndan veyndan commented Mar 6, 2018

This is a partial implementation of #1178 as files that aren't items that use Butterknife have not been edited.

Copy link
Contributor

@Meisolsson Meisolsson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure that we still need to extend ViewHolder everywhere. Probably could just skip the createViewHolder and extending ViewHolder unless we need something special at init. Even then we can do that in createViewHolder. Nor sure that we can do this without groupie-kotlin-android-extensions.

@veyndan
Copy link
Collaborator Author

veyndan commented Mar 8, 2018

There are a couple of problems with my implementation, I think I kind of rushed it the first time round. I'll rebase and reimplement it correctly soon. Currently the implementation doesn't even recycle views which is obviously terrible.

@veyndan
Copy link
Collaborator Author

veyndan commented Mar 16, 2018

I'm just going to close this and make a new PR as most of the code is different.

@veyndan veyndan closed this Mar 16, 2018
@veyndan veyndan deleted the item-kotlin branch March 16, 2018 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants