daimajia / daimajia/AndroidImageSlider
It cannot change Image during playing slides
Open
- Dominant language
- Java
- Stars
- 5.6k
- Forks
- 1.6k
- PR merge metrics
- No merged PRs in 30d
Description
I have more pictures, and I did sevral following:
textSliderView.image(new File("file1.png"));
mDemoSlider.addSlider(textSliderView);
everthing is fine until now.
==================================
But I replaced one of image files, then I hope the slides will also changed. but it's not.
such as above example, I have a new file1.png, and overwrite the file on the hard disk.
then I :
mDemoSlider.removeAllSlides();
then all all files again. but It doesn't work.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.