I have a widget that periodically updates itself (hourly) to display top result of search query. I would like to extend it so it captures several top results and then loops through these. The best example would be Genie News and Weather
widget for which I was unable to find a source code.
QUESTIONS:
- What would be a good way to implement the animation? I'm thinking
ViewAnimator
+ timer, but is there maybe a better way, sayFrameLayout
+ alerts? I'm already usingAlertManager
to periodically pull search results for the widget - How bad such arraignment would affect phone's battery life?