AndroidImageSlider icon indicating copy to clipboard operation
AndroidImageSlider copied to clipboard

full screen image when click!

Open MohsenShafiee opened this issue 10 years ago • 7 comments

how to make full screen every image when clicked? and swipe to scroll images in full screen mode? thanks...

MohsenShafiee avatar Sep 17 '15 06:09 MohsenShafiee

That feature I also want to suggest! Thank you!

vinhtq avatar Sep 24 '15 09:09 vinhtq

I think the author might have forgotten this project!

vinhtq avatar Sep 29 '15 09:09 vinhtq

Just pass the image in an intent in the method: @Override public void onSliderClick(BaseSliderView slider) {

}

positivelymade avatar Jan 19 '16 03:01 positivelymade

I have used the same approach but I can't get the images to scroll thought

saintjab avatar Mar 08 '16 11:03 saintjab

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?

andreyluiz avatar Mar 29 '16 16:03 andreyluiz

Is there is anyone created a solution to this issue ??

AlaaEddinAlbarghoth avatar Apr 16 '19 11:04 AlaaEddinAlbarghoth

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.

BhoomiKhan avatar Dec 24 '20 11:12 BhoomiKhan