What is Tiling ScrollView?

This Android widget aims to provide a scalable way to display large images (like Metro maps, paintings) while keeping the memory consumption as low as possible.

The source image will be provided in TILES, so that all tiles combined create the full scale image.

Current features:

  • Specify a image pattern to find the tiles
  • Freely navigate through the image using a two dimensional scroll view
  • Load required tiles on demand and non-blocking
  • Zoom levels using multiple levels of tiles
  • Panning, Pinching etc (multitouch gestures), work in progress

Planned features:

A way to overlay icons or other widgets at fix points (similar to Google Maps), which should be useful for annotations.

Overview