Jacky Bauer
Jacky Bauer
用这个SmartTable.getTableData().getT().remove 动态删除某一行数据,表格没变化,删除最后一行直接报 : java.lang.IndexOutOfBoundsException: Index: 4, Size: 0 mSmartTable.notifyDataChanged(); mSmartTable.invalidate();
`@Override public void displayImage(Activity activity, String path, final GFImageView imageView, Drawable defaultDrawable, int width, int height) { RequestOptions options = new RequestOptions() .centerCrop() .placeholder(defaultDrawable) .error(defaultDrawable) .override(width, width) .skipMemoryCache(true) .centerCrop() .diskCacheStrategy(DiskCacheStrategy.NONE)//不缓存到SD卡...
如果图片来自网络,在选择相册的时候无法选中,现在最新版本支持吗?
LoadMoreListViewContainer replace LoadMoreRecycleViewContainer