> ...so the trick is to: > > Follow these > directions:http://www.satyakomatineni.com/akc/servlet/DisplayServlet?url=Display... > > + do something like this: > > RemoteViews views = new RemoteViews(context.getPackageName(), > R.layout.mycompleteappwidgetlayout); > views.removeAllViews(R.id.myappwidgetlayoutsubview); > RemoteViews myNewAppWidgetLayoutSubView = new > RemoteViews(context.getPackageName(), R.layout.mysubviewlayout); > views.addView(R.id.myappwidgetlayoutsubview, > myNewAppWidgetLayoutSubView);
You guys are great. Thanks for the help! -Matt -- 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

