We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
你好,近期我有下载你这个项目学习,发现了一个问题,代码运行到这里的时候 public int getItemViewType(int position) {
if (data.get(position).getHomeurl().equals("")) { return 0; } else if (data.get(position).getHomeurl().contains(".mp4")) { return 2; } else { return 1; }
} 出现了 java.lang.IndexOutOfBoundsException: Invalid index 10, size is 10这个异常,请问你有解决这个问题吗,能否告知一下,谢谢了。这个项目挺好的
The text was updated successfully, but these errors were encountered:
No branches or pull requests
你好,近期我有下载你这个项目学习,发现了一个问题,代码运行到这里的时候
public int getItemViewType(int position) {
}
出现了 java.lang.IndexOutOfBoundsException: Invalid index 10, size is 10这个异常,请问你有解决这个问题吗,能否告知一下,谢谢了。这个项目挺好的
The text was updated successfully, but these errors were encountered: