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

BaseQuickAdapter中的setTag有什么意义 #48

Closed
peterforme opened this issue Jun 1, 2016 · 2 comments
Closed

BaseQuickAdapter中的setTag有什么意义 #48

peterforme opened this issue Jun 1, 2016 · 2 comments

Comments

@peterforme
Copy link

@OverRide
public void onBindViewHolder(BaseAdapterHelper helper, int position) {
helper.itemView.setTag(position);
T item = getItem(position);
convert((H) helper, item);
}
代码如上

我看貌似没有地方用到这个tag啊

@CymChad
Copy link
Owner

CymChad commented Jun 1, 2016

这不是我的代码,你看错了吧。

@CymChad
Copy link
Owner

CymChad commented Jun 1, 2016

你看错项目了

@CymChad CymChad closed this as completed Jun 1, 2016
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

No branches or pull requests

2 participants