An open API service indexing awesome lists of open source software.

https://github.com/m1ga/hyperloop.bigimages

Axway Hyperloop example using SubsamplingScaleImageView on Android
https://github.com/m1ga/hyperloop.bigimages

andorid appcelerator axway hyperloop

Last synced: 4 months ago
JSON representation

Axway Hyperloop example using SubsamplingScaleImageView on Android

Awesome Lists containing this project

README

          

Axway Hyperloop example using SubsamplingScaleImageView () on Android to load large images (with automatic zoom and pan)

![gif](example.gif)

```javascript
var f = Ti.Filesystem.getFile(Ti.Filesystem.resourcesDirectory, "filename"); // get the image from /app/assets/
var bigimage = require("/bigimage");

bigimage.setImage(f.nativePath); // set the image path
$.index.add(bigimage.getView());
$.index.open();
```

Photo by Luca Bravo on Unsplash: