Is there a way to animate on a Home Widget?

前端 未结 5 1959
陌清茗
陌清茗 2020-12-01 09:51

I want to use an animation on a Home page Widget, i.e. an AppWidgetProvider. I was hoping to use the \"Frame Animation\" technique:

http://developer.android.com/gui

5条回答
  •  情深已故
    2020-12-01 10:19

    Another option to animate a widget is the use of ViewFlipper, where one can use inAnimationand outAnimation:

        
    

提交回复
热议问题