Simulating the left/right sliding animation transition?

You can simulate it on lower versions by using ViewFlipper for example, but I would not suggest it if you have a lot of View elements on your UI because this requires all the Activities' code to be merged into a single Activity. With a lot of Views you'll max-out the CPU/GPU limits pretty easily. All you get is messy code and bloated XML files This is the effect youtube.com/watch?v=SZTiJmclaRc My suggestion - just stick to what the platform API version offers by default and don't rape the hardware.

You can simulate it on lower versions by using ViewFlipper for example, but I would not suggest it if you have a lot of View elements on your UI because this requires all the Activities' code to be merged into a single Activity. With a lot of Views you'll max-out the CPU/GPU limits pretty easily. All you get is messy code and bloated XML files.

This is the effect - youtube.com/watch?v=SZTiJmclaRc My suggestion - just stick to what the platform API version offers by default and don't rape the hardware.

– Gratzi Nov 4 '10 at 9:08 As far as I see it, this is the simplest way of doing it since the "slide-in/slide-out" animated transition between Activities is not a default implementation when developing for 1.5 and 1.6 API versions. – Vuk Nov 4 '10 at 10:09.

I want to port my application on all android devices, and I want to have the right/left animation on the activities transition on all android platform versions. I know that this feature is implemented in the 2.0 version. How can I implement this feature for the lower versions?

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions