-2

I have made a digital clock as a widget using appWidgetManager in android. Now i want to move that clock on the homescreen. Please Help Thanks!

1 Answers1

1

Do following steps:

  1. Long press on home screen
  2. Select "widget" from list
  3. Select the widget you want to add from the list

The selected widget will be added to your home screen.

Andrea
  • 11,801
  • 17
  • 65
  • 72
shraddha
  • 309
  • 1
  • 2
  • 13
  • Thanks for the reply... but my question is not to add on the homescreen. I just want that after adding it on homescreen it should move like the case LiveWallpaper – prateek khattar Jun 09 '12 at 03:30
  • You can refer to this question [link](http://stackoverflow.com/questions/2565023/is-there-a-way-to-animate-on-a-home-widget) – shraddha Jun 11 '12 at 04:51