Would like to use an Image button in my widget layout. I want an image that is clickable, so clicking on image will change the image. Not sure how to set this up in WidgetProvider RemoteView. Does anyone know how to do this? Specifically how to change the image from within onReceive in the Widget provider? Thanks
Thanks
Call
setImageViewBitmap(),setImageViewResource(), orsetImageViewResource()on theRemoteViewsin youronUpdate()method, or in theIntentServiceyou invoke from theonUpdate()method, or anywhere else you are usingAppWidgetManagerto update the app widget.