I have been trying to change the background color of the app widget on the fly for sometime now, with no success.
I had found one solution (http://stackoverflow.com/questions/2726295/android-changing-linearlayout-in-a-widget) which we have been using.
Problem is we already have 8 layout files for 8 background colors, which is really difficult to maintain.
We would also like to add a color picker so that users can select their own choice of color.
Is there a better way to work around the RemoteViews limitations?
Thanks...