Hi all.
This example shows the images contained in a certain directory, with pinch zoom and smooth scroll -when image is zoomed- capabilities (provided by JSTouchImageView library, from @salvadorjhai). Also you can pass from one image to the next or the previous, with an horizontal touch movement (provided by Gestures library, from @agraham).
One of the major advantages, appart from its simplicity, is the low comsumption of memory, as only one image is loaded at a time.
After many hours of looking for a piece of code that made something similar, I didn't found anything, and then I decided to write this code. Please, if there is already any program, library or example, tell me and don't pay attention to this.
This example shows the images contained in a certain directory, with pinch zoom and smooth scroll -when image is zoomed- capabilities (provided by JSTouchImageView library, from @salvadorjhai). Also you can pass from one image to the next or the previous, with an horizontal touch movement (provided by Gestures library, from @agraham).
One of the major advantages, appart from its simplicity, is the low comsumption of memory, as only one image is loaded at a time.
After many hours of looking for a piece of code that made something similar, I didn't found anything, and then I decided to write this code. Please, if there is already any program, library or example, tell me and don't pay attention to this.