Search code examples
androidviewflipperandroid-animationgoogle-tv

Can't see any page animations in GOOGLE TV ViewFlipper


I have an application that uses the ViewFlipper and the built in animation for PageIn and PageOut and I don't see any animations occurring on my GOOGE TV. Phones and tablets all work, but animations are not showing on my GOOGLE TV logitech box or Sony GOOGLE TV box.

My app is a photo/video slideshow photo book type viewer, so we're using the resources of the device, but still have no issues on the phone. I'm running a sony and a logitech and same results.

The same code base works perfectly on Honeycomb and the phone. Has anyone else seen very jerky performance in your apps that do a ton of Bitmap decoding and usage?


Solution

  • Turns out that Hardware Acceleration isn't enabled in the current builds of Honeycomb for Google TV. That is the cause of the issue.