In my Android application, I use two actions, and I want to make a smooth transition between these actions. I saw a lot of reference guides about how ViewFlipper can make a smooth transition between views in one action. So I would like to know if I can use ViewFlipper to switch between actions or is there any other way to do this. Currently, I just use buttons that will trigger activity, but the switch doesn't look very good.
I would be grateful for any suggestions.
Thanks,
Baluk
android android-activity switch-statement viewflipper
Balakrishna
source share