daimajia / daimajia/AndroidImageSlider

It cannot change Image during playing slides

Open
#362 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.