Oh wait. Do you mean that I have the thing like:

RemoteViews updateAppwidgetViews( ... ) {
  RemoteViews remoteViews = new RemoteViews( ... ); 
  
  // Set status message
  remoteViews.setTextViewText( id, "refreshing" ); 
  appWidgetManager.updateAppWidget( ..., remoteViews );
  
  // Do the rest of the stuff
  remoteViews( ..., ..., ... ); 
  remoteViews( ..., ..., ... ); 
  remoteViews( ..., ..., ... ); 
  remoteViews( ..., ..., ... ); 
  remoteViews( ..., ..., ... ); 
  
  // Done
  return remoteViews; 
}


Sorry. Wasn't quite with you. That's not a bad idea. Cheers!

Nope. It's 2.1 or 2.2. It's the only way I could simulate making a table on 
an appwidget... unless there's something a lot simpler that I have 
missed... 

-- 
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

Reply via email to