Search code examples
androidviewflipper

How to change the viewFlipper's initial image


I want my ViewFlipper to start displaying images from the position value what I provide. How to do this.


Solution

  • I think you can use the setDisplayedChild(n) method for that.