levianye
levianye
主要是这个中间过程时间稍微有点长了,又不能在里面加个进度显示或者动画什么的,显得比较突兀,我想的是时间能不能再减少点,比如500ms这样加载完
我目前看到的情况是MyActivityManagerService下面的runProcessGC这个方法很占用时间,应该可以这里做下优化,大部分的时间就是被这里占用了, update 但是第一次启动还是要花时间的,和GC无关,大概要个1000ms这样,S5上测试,如果开着GC的话每次进去都是一样的时间,1000ms这样,如果关闭GC第一次大概1000ms这样,但是后面的每次进去大概就是60-90ms,所有我觉得可以从这里看下能不能优化GC以及可以做预加载
我也遇到这个编译问题,这个是咋回事呢
Yes! I also meet this issue? how do you fix it?need help !!
@hanhmh1203 you need judge whether the zoomed image scrolled the edge,,you can reference my code.I rewrite three java file to perfect the zoom like photoview here is my code first...