Transition between many Views in ViewFlipper ?
        Posted  
        
            by user164589
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user164589
        
        
        
        Published on 2010-04-05T10:24:49Z
        Indexed on 
            2010/04/05
            10:33 UTC
        
        
        Read the original article
        Hit count: 299
        
Hi guys,
I am using "ViewFlipper" for my application.
This ViewFlipper includes 5 layouts. I am trying make it that can be changed from current layout to any layout. In other words, it can be changed Layout#1 -> Layout#5 or Layout#4 -> Layout#1 ..etc.
How to make it ?
I used showNext() and showPrevious(). It is not better idea for my case.
Can I use ViewSwither instead of this case ?
Please advice.
Can you give example code related this issue ?
Thanks in advance.
© Stack Overflow or respective owner