Android-Tiling-ScrollView icon indicating copy to clipboard operation
Android-Tiling-ScrollView copied to clipboard

Image caching

Open yolapop opened this issue 11 years ago • 2 comments

Does anybody have an implementation that enables tile caching so the app can get smooth loading?

The problem with this library right now is the cleanup tile is too soon and too often.

Thank you.

yolapop avatar Jun 27 '13 15:06 yolapop

Not only that - the cleanup is probably too strict as well. It should cleanup a further away than just the next neighboring tile.

https://github.com/ened/Android-Tiling-ScrollView/blob/master/library/src/asia/ivity/android/tiledscrollview/TiledScrollViewWorker.java => contains the logic.

ened avatar Aug 07 '13 09:08 ened

Should be done using Androids LruCache.

ened avatar Dec 25 '14 02:12 ened