1

I'm creating android application and I need to display one huge image (20000 * 20000 px - it's satellite image). But I don't want display it wholly, I want display little piece of it - just about 100 * 100 px and I want to be able to drag it like a map.

Is it possible? Are there some libs for this cases?

user3709904
  • 1,733
  • 1
  • 9
  • 5

1 Answers1

0

I think I've found what you need:

1) First of all see this answer. Here you can load piece of huge image.

2) And here you can use tile view for displaying

Just mix two ways and I believe you'll get what you need.

Community
  • 1
  • 1
Igor Tyulkanov
  • 5,487
  • 2
  • 32
  • 49