AndroidImageSlider icon indicating copy to clipboard operation
AndroidImageSlider copied to clipboard

An amazing and convenient Android image slider.

Results 102 AndroidImageSlider issues
Sort by recently updated
recently updated
newest added

how can open image from SDCard path like : /storage/emulated/0/DCIM/Photo_20150617_192943.jpg

i am unable to load images from sd card i am using the same paths for images with another slider and thats working but not with this one. any help??

Hi, how can i put downloaded images from SDcard to slider?

I have this problem when try to add slider view when I paser data from internet but it is fine when I create dummy data from code. Anyone know about...

If I rotate the screen when playing the slideshow, a black screen will appear,and then it will normal

Hi how can I change the ProgressBar color while the image is loading?

not support for video?

how to disable prevscroll if the image in position 0 ??? , i have make this. @Override public void onPageSelected(int position) { if (position == file_maps.size() - 1) { masuk.setVisibility(View.VISIBLE);...

hi, I want the slider to auto-cycle, but we wouldn't touch it and disable swipe left and right in slider. can help me?

How can I override methods to set "wrap_content" for the sliderview instead of giving a specify width/height? and thanks for such a useful library.