I am confused, I have multiple parts of my Activity which I have to show one by one. I don't want to use Tab. So whether I should use ViewFlipper or divide my views into more Activities. Please help.
The best practice is to have a complex applications split up in multiple activities each of which is responsible for a certain aspect for your logic.