Sebastian Roth

Results 172 comments of Sebastian Roth

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`.

Yes I'd love to have this functionality. As well as a really smooth way to handle the zoom. :)

@edofic Yes I agree. Actually this widget could supersede the other one, just have a picture with one tile only in some cases. I will see to it, holiday now...

@edofic and @SLv99 if you have time pls. take a look at the updated sample. The pinch-to-zoom works, but it's without the zooming effect like in GMaps and once zoomed,...

Similar issue here, when using TwoWayView configured like this: ``` xml ``` Whenever data is being added to the adapter (content provider changes), the padding seems to be added to...

@niqdev no, #83 covers performance only. This one is a hard crash.

@nnhubbard do you need help with this? Perhaps a pull request would be the easiest for you.

Hey there- interested to see ShareKit in the hands of the community as well. A little busy these days with projects and usually use Github to keep the changes /...

In case of IO errors, the `Iconify` class already handles it via a null pointer, so the same should happen here (instead of an Crash). Yet, detailed error logging of...