CATiledLayer alternative for Android?
For 开发者_JAVA百科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?
This library seems to be very good:
https://github.com/moagrius/TileView
I see you've started your own, but you may wish to check out OSMDroid, which is a full-featured library that supports existing online map tile systems, as well as locally-cached tiles and a rich overlay API. It even supports mini-maps.
精彩评论