CATiledLayer alternative for Android?

android

Solution

This library seems to be very good:

https://github.com/moagrius/TileView

Problem

For certain picture oriented apps I need to display big pictures and scrollable areas with further detail, once zoomed in. In saw discussions and examples in iOS using `CATiledLayer`, which seems to do the job there. Is there a CATiledLayer "port" or something similar for Android?

Original source