[android-developers] Re: ViewFlipper onFlipListener

2008-11-23 Thread Ngewi
and after each flip. > > On Nov 21, 7:40 am, Ngewi <[EMAIL PROTECTED]> wrote: > > > Yes,ViewFlippercan flip on its own. When you call setFlipInterval > > (int timeInMs)  and then call startFlipping() the flipper will switch > > the views every timeInMs millisecs. &g

[android-developers] Re: ViewFlipper onFlipListener

2008-11-21 Thread Ngewi
t handler that initiates your flips? > > On Nov 20, 4:38 am, Ngewi <[EMAIL PROTECTED]> wrote: > > > Hi everyone, > > I am using the ViewFlipper class with automatic flipping through > > views. Is there a way to get notified or register a listener to be >

[android-developers] ViewFlipper onFlipListener

2008-11-20 Thread Ngewi
Hi everyone, I am using the ViewFlipper class with automatic flipping through views. Is there a way to get notified or register a listener to be called each time just before a new child view is displayed. (i.e with automatic flipping ). So far I have not seen any listeners in the documentation for