Re: [android-developers] How does the default News widget animate it's content

2011-05-05 Thread Kostya Vasilyev
Could be a ViewFlipper. I see it's annotated with @RemoteView in 2.2 sources. And further, setFlipInterval is annotated with @android.view.RemotableViewMethod. -- Kostya 05.05.2011 20:05, Joseph Earl пишет: > From my experience with Widgets the following apply: - You cannot apply Animati

[android-developers] How does the default News widget animate it's content

2011-05-05 Thread Joseph Earl
>From my experience with Widgets the following apply: - You cannot apply Animations to RemoteViews - You cannot use custom classes in RemoteViews, and so there is no way to provide a custom view with animation built in - You can use a Layout Animation, but this only plays when the widget is add