Skip to content
This repository was archived by the owner on Jul 11, 2024. It is now read-only.

Add the loop play. #89

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

my519820363
Copy link

Add the loop play.
Using Timer and TimerTask can automatically play.
I'm sorry for my bad english, might describe the wrong, I posted the code it directly:
LightTimer timer = new LightTimer() {
@OverRide
public void run(LightTimer timer) {
// TODO Auto-generated method stub
viewFlow.showNext();
}
};
timer.startTimer(1000);//Loop play,Once per second

Add the loop play.
Using Timer and TimerTask can automatically play.
I'm sorry for my bad english, might describe the wrong, I posted the code it directly:
LightTimer timer = new LightTimer() {
    @OverRide
    public void run(LightTimer timer) {
            // TODO Auto-generated method stub
            viewFlow.showNext();
        }
    };
timer.startTimer(1000);//Loop play,Once per second
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant