android: how to load and display large images(A0 size)

I have to load and display some very large images, some have size A0(33.1 × 46.8 inches) .I did follow the way Google map display map by split the image in to may tile( size 128x128 pixel) in difference zoom levels ( for zooming in/out) and load them on the view , but i still get stuck on the performance issues , it doesn't smooth enough . I think some as you have faced the same issue and got the idea to solved, so if you can please shared with me and everybody . As i know there is a CATiledLayer Class for doing this work on iOS system . Any help will be appreciated.


Check this. According to its README it's a "A tiling scrollview to display large picture (similar to iOS "CATiledLayer")"


there is one third party library called MapView, this is best to load very large images.

try this link

链接地址: http://www.djcxy.com/p/67410.html

上一篇: 放大Phonegap Android应用程序不起作用

下一篇: android:如何加载和显示大图片(A0大小)