elsewhat / com.elsewhat.android.slideshow

An android slideshow/screensaver gallery for photos. A few photos are part of the apk, while the rest are downloaded from the back-end (currently supports opml xml file, but can easily be extended). Support android 2.1 - 4.0 and is optimized for phones, tablets and GoogleTV
MIT License
49 stars 23 forks source link

Pinch zoom #6

Open elsewhat opened 12 years ago

elsewhat commented 12 years ago

Introduce pinch zoom, possibly only on pause. Needs to not conflict with swipe

elsewhat commented 12 years ago

Most promissing is http://blog.sephiroth.it/2011/04/04/imageview-zoom-and-scroll/

Another simple option is to use WebView instead of ImageView. However, it will change the whole loading procedure