On Fri, Apr 1, 2011 at 4:43 PM, Jake Colman <[email protected]> wrote: > Hmmmm. You have asked me a fascinating question. > > According to this posting in Stack Overflow > (http://stackoverflow.com/questions/2570004/how-to-add-multiple-widgets-in-one-app) > you need a receiver definition for each widget size. Unless I'm getting > confused in my terminology (which is certainly possible) this means that > I _do_ need multiple AppWidgetProviders to support different sized > widgets.
Quoting the accepted SO answer: "This would allow you to have the same AppWidgetProvider class be used for multiple widgets, with different widget names and different sizes defined in the <appwidget-provider> XML." -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training in London: http://bit.ly/smand1, http://bit.ly/smand2 -- 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

