I\'m trying, create a view with an animated GIF..
When i try run the follow code in emulator all works fine. But when i try run in real Smart Phone, nothing happens.. >
Don't turn off hardware acceleration for the whole application. That's crippling. Just turn it off for the view:
setLayerType(View.LAYER_TYPE_SOFTWARE, null);