How to automatically flip images vertically in Android?

I have implemented FlipView which works fine. Now what I want to do is to automatically flip all images at a specific time interval. I checked onInterceptTouchEvent

and onTouchEvent

but didn't figure it out.

Any suggestions. Please help me.

+3


source to share





All Articles