Re: [android-developers] Re: appwidget Image on Orientation Change Issue

2009-12-08 Thread Jeff Sharkey
Remember that widget RemoteViews updates are applied over a potentially-cached layout. You should always set all values on each update you send. For example, if the last update you passed only updated a TextView, that single update could potentially be applied over the top of a brand new layout (

[android-developers] Re: appwidget Image on Orientation Change Issue

2009-11-29 Thread Ryan
Ok I think I figured it out. In certain cases when the widget is clicked i updated the RemoteViews to hide some on screen controls/ views using setViewVisibility on the remoteview, however I did not re- set the setImageURI. When the screen rotated the Image dissappeared. However this is odd because