In a half of my work on a widget development I just found how limited the options for updating widget's RemoteViews are. I have a set of measured values from barometric sensor and need somehow to graphically display those datas on widget. For example make a simple bar graph with few columns (made from ImageViews, LinearLayouts, etc.).
So I'd like to ask whats the good way to somehow create a simple column or View and programaticaly set height (or color) of this column according to given value.