[android-developers] Re: ViewAnimator?

2010-01-27 Thread NoraBora
You can see the examples of ViewFlipper or ViewSwitcher in ApiDemos. On Jan 24, 5:46 am, Duey Oxburger cg-art...@hotmail.com wrote: Lads, When my game fires up I'm trying to fade from my company logo to my splash page... basically fade from one image to the other.  I'm trying to use

[android-developers] Re: ViewAnimator

2008-10-08 Thread Teo Hong Siang
Take a look at ApiDemos-Views-Animation. It illustrates several ways to change the text of TextViews with in/out animations. On Oct 7, 2:56 pm, skink [EMAIL PROTECTED] wrote: hi, ViewAnimator is great when changing child views with in/out animations. however i got into troubles with one

[android-developers] Re: ViewAnimator

2008-10-08 Thread skink
On 8 Paź, 07:24, Teo Hong Siang [EMAIL PROTECTED] wrote: Take a look at ApiDemos-Views-Animation. It illustrates several ways to change the text of TextViews with in/out animations. thanks, it looks as perfect solution wh --~--~-~--~~~---~--~~ You received

[android-developers] Re: ViewAnimator

2008-10-08 Thread skink
On 8 Paź, 07:24, Teo Hong Siang [EMAIL PROTECTED] wrote: Take a look at ApiDemos-Views-Animation. It illustrates several ways to change the text of TextViews with in/out animations. ok, i found generic solution: i just added to ViewAnimator custom view that displays content of other view