StfalconImageViewer
StfalconImageViewer copied to clipboard
A simple and customizable Android full-screen image viewer with shared image transition support, "pinch to zoom" and "swipe to dismiss" gestures
Wanted to ask if the viewer can be reused, or it must be created again each time a thumbnail is tapped ?
How can I make the code to support screen rotation? When I rotate the device the image viewer closes by itself.
So I have added withOverlayView(view) to the bottom screen and I want the image to start exactly above the view and not just like the view to be over the...
Add a page indicator and customize the style. Can this requirement be added in future iterations?
**Describe the bug** The first time you call StfalconImageViewer.show(), the method used to load the image is called 2 times, because of this, the image may suddenly disappear / appear...
Add options to specify ImageLoader and swipeToDismiss 's - Transition animation duration - Animation timing functions
This fixes the case when source ImageView scale type is centerCrop or other. So the trasnition works smooth now from centerCrop to fitCenter. Fixes #32
Clicking on the background image will not turn black and will need to click on the photo again to turn black. ``` imageView.setOnClickListener(v->{ new StfalconImageViewer.Builder(context, addresses, new ImageLoader() { public...
**Is your feature request related to a problem? Please describe.** When displaying a list of images in fullscreen, It seems a lot of users don't notice that you can scroll...