jh247247 / FIT3140-Application

Android application to halftone an image somehow.
0 stars 0 forks source link

GUI lag when scrolling with large images #3

Closed jh247247 closed 10 years ago

jh247247 commented 10 years ago

Android apparently does not like having large images in an imageView while scrolling. Maybe we should refer to: http://stackoverflow.com/questions/20735439/android-scrollable-imageview-lag Should get out of proof of concept mode first though.

jh247247 commented 10 years ago

This is largely mitigated by the commit I just pushed. It seems as though the lag is from the android GUI, as well as the garbage collector.

I guess we just have to live with it for now. Also the code can be ported to do downscaling for the final halftoning, so theres that I guess.