Android-Tiling-ScrollView
Android-Tiling-ScrollView copied to clipboard
Image caching
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.
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.
Should be done using Androids LruCache
.