[android-developers] Re: AppWidgetProvider.onUpdate() -- setOnClickPendingIntent

2009-10-23 Thread Jeff Sharkey
One option is to leverage setData() when building the PendingIntent to include something unique about the button being pressed. j On Wed, Sep 30, 2009 at 2:45 PM, sdphil wrote: > > i have an app widget that has a couple of buttons on it, and in my > onUpdate() call, I am hooking up the button

[android-developers] Re: AppWidgetProvider.onUpdate() -- setOnClickPendingIntent

2009-10-01 Thread Paul Turchenko
Perhaps you will need to provide more information. What kind of intents are you sending via remote views? Is there any possibility you've messed up something with references of widget's xml layout. Please give as much information as possible? On Oct 2, 12:20 am, sdphil wrote: > ping.  any though

[android-developers] Re: AppWidgetProvider.onUpdate() -- setOnClickPendingIntent

2009-10-01 Thread sdphil
ping. any thoughts here? On Sep 30, 2:45 pm, sdphil wrote: > i have an app widget that has a couple of buttons on it, and in my > onUpdate() call, I am hooking up the buttons to do something when you > press them -- > >                 RemoteViews remoteViews = new > RemoteViews(context.getPac