lance
lance
首页左右切换略有卡顿。 这个卡顿问题是数据加载那一块造成的,数据加载成功后到更新UI这一段期间,整个UI都会卡住。我猜应该和缓存读写有关。 单就Topics这个页面来看,加载更多调用几次后UI卡顿就会很明显。
@GcsSloop 最新的。
@GcsSloop 正常没有卡,就Loading数据后UI卡。
I guess it caused by the method of onMeasure in this PorterImageView. Make square=false,and try again. ``` java protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { super.onMeasure(widthMeasureSpec, heightMeasureSpec); if(square) { int...
I think this is a problem need to be fixed.