Is there a way to animate on a Home Widget?

前端 未结 5 1966
陌清茗
陌清茗 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:36

    One Widget that is available for use in a RemoteView is the ProgressBar. It will animate itself and will not chew up resources. An in-determinant ProgressBar which is a square will overlay quite well on a homescreen appwidget. See sample code from Android site

提交回复
热议问题