I have a few doubts about view flipper
I am using viewflipper to go to another view using scroll_left animation.
i have kept 2 linearlayouts inside the ViewFlipper
now i want 4 views....
like 1st view contains 3 btns.
1st btn click -> 2nd view scrolls in -> back pressed 1st view scrolls back 2nd btn click -> 3rd view scrolls in -> back pressed 1st view scrolls back 3rd btn click -> 4th view scrolls in -> back pressed 1st view scrolls back
so, how am i going to arrange 4 linearlayouts to work in flipNext ....
now ideally 2, 3, 4 views are in only second level of navigation. I want to draw a line, point or rectangle when 2, 3, 4 views come up, but they all are different shapes. So what would be the method to draw that ?