pakerfeldt / android-viewflow

A horizontal view scroller library for Android
1.78k stars 694 forks source link

Add the loop play. #89

Open my519820363 opened 11 years ago

my519820363 commented 11 years ago

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