android-viewflow icon indicating copy to clipboard operation
android-viewflow copied to clipboard

Add the loop play.

Open my519820363 opened this issue 12 years ago • 0 comments

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

my519820363 avatar May 24 '13 08:05 my519820363