I have added a bunch of images to a ViewFlipper and now I am performing an onClick event in the flipper. For this I would like to know the current child position so that I can p
I used this flipper.indexOfChild(flipper.getCurrentView())
flipper.indexOfChild(flipper.getCurrentView())