> I am trying to find a way to create a widget and the program on the > same app so that i can give the user the choice to add to the home > screen either the dynamic widget or the normal program, same > functionality for both except that the widget would run a service to > update every x hours and the program won't. Similar to what "bbc news" > and "weather bug" have done... > > I am guessing that something needs to be added to the manifest but i > have not found any documentation for it. Can anyone help on this??
I would hope most APKs with app widgets also have applications as well, or at least an icon in the launcher to allow you to configure the widget. You can see here an example of an app widget that also has an icon in the launcher: http://github.com/commonsguy/cw-advandroid/tree/master/AppWidget/TwitterWidget/ If that does not answer your question, could you be a bit more specific about what problems you are encountering? -- Mark Murphy (a Commons Guy) http://commonsware.com Android App Developer Books: http://commonsware.com/books.html -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

