[android-developers] ViewFlipper.showNext() not working in timer

2009-12-19 Thread Andy Triboletti
I have some webimageviews inside a viewflipper, and I am setting a timer so that I can play a slideshow of the images. The problem is the timer function is getting called but the view is not actually advancing. If I call the viewFlipper.showNext outside of the timer, the image advances, but not

Re: [android-developers] ViewFlipper.showNext() not working in timer

2009-12-19 Thread Patrick Plaatje
Hi, Be aware that the timer uses a new thread, so you need a handle to communicate with the UI thread. Regards, Patrick -- verzonden vanaf mijn Android. Op 19 dec 2009 10:52 PM schreef Andy Triboletti andy.tribole...@gmail.com : I have some