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
目前发现的问题,未考虑有head和foot的情况,导致数组越界 未考虑同一个页面两个列表的情况,如果第一个列表为1条数据,先点击第一个列表的图片,再点击第二个列表的第二条,会出异常,只能通过重写indexui的handleItemChanged来解决,因为这里没有判断getIndexView为null。 在绑定Imageloader的时候,回调里的object直接用数据源里面的model数据不就行了吗?非得写死用viewdata的src,这样不同的model传递进去首先要继承viewdata,还得把数据格式一遍,一点扩展性都没有
The text was updated successfully, but these errors were encountered:
No branches or pull requests
目前发现的问题,未考虑有head和foot的情况,导致数组越界
未考虑同一个页面两个列表的情况,如果第一个列表为1条数据,先点击第一个列表的图片,再点击第二个列表的第二条,会出异常,只能通过重写indexui的handleItemChanged来解决,因为这里没有判断getIndexView为null。
在绑定Imageloader的时候,回调里的object直接用数据源里面的model数据不就行了吗?非得写死用viewdata的src,这样不同的model传递进去首先要继承viewdata,还得把数据格式一遍,一点扩展性都没有
The text was updated successfully, but these errors were encountered: