mscwd01 wrote: > Hey, > > Quick question, is there a straightforward way to flip to a desired > view in a list of view, rather than just flipping to the next or > previous view? > > I would like to specifically detail which view to flip to. I.e. If you > are on view 2 I would like to be able to flip to view 4, without > calling showNext() twice.
Try setDisplayedChild() (defined on ViewAnimator, the superclass of ViewFlipper). -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Need Android talent? Ask on HADO! http://wiki.andmob.org/hado --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

