AndroidImageSlider
AndroidImageSlider copied to clipboard
full screen image when click!
how to make full screen every image when clicked? and swipe to scroll images in full screen mode? thanks...
That feature I also want to suggest! Thank you!
I think the author might have forgotten this project!
Just pass the image in an intent in the method: @Override public void onSliderClick(BaseSliderView slider) {
}
I have used the same approach but I can't get the images to scroll thought
I was able to get the event being triggered when clicking on the slider but, how can I get the actual image of the current slider? I have set drawables in the slider. The BaseSliderView has a private property called mRes, which is the actual drawable Id. But I can't access this property from outside. Does I have to implement it myself?
Is there is anyone created a solution to this issue ??
Possible Solution: Handle Slider's height onClick method, change to full screen when click and place a cross button to go back to previous position.