AndroidImageSlider
AndroidImageSlider copied to clipboard
An amazing and convenient Android image slider.
I want to click slider to open current image of slider so how to do open current slide image full screen
how to disable caching in slider so images can not saved in cache??
```java // Call every five seconds mViewPager.setPagerTransformer(true, getShuffleTransformer()); ``` **However, after running for some time, a blank page will appear** Any help is greatly appreciated.
Unable to resolve dependency for ':app@debug/compileClasspath': Could not resolve com.daimajia.slider:library:1.1.5. Open FileShow Details | -- | -- Unable to resolve dependency for ':app@debugAndroidTest/compileClasspath': Could not resolve com.daimajia.slider:library:1.1.5. Open FileShow Details...
I want the slider layout height to be wrap_content and equal to the images instead of hardcoding as 200dp.
--Updated gradle tools --Updated to android version 27 --Minimum android version 19 --Updated to latest Picasso version.
Is there the the way to make random slides animations?