7

I have made an application as well as a widget called world clock.

But I don't know how to integrate both, I mean integrating the widget with the application. I think I have to made some manifest changes. But I am totally blind regarding this. I need some help.

gideon
  • 19,329
  • 11
  • 72
  • 113
jyotiprakash
  • 2,086
  • 1
  • 20
  • 26

1 Answers1

1

They need to be in the same project, and your manifest file needs to have the "this is a launchable activity" signature for the one that starts the non-widget stuff, and you widget activity needs to have the "this is a widget, make it available as such" signature. Code example to follow shortly if that wasn't clear.

Travis
  • 3,737
  • 1
  • 24
  • 24